Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.ClusterId
Package
Description
-
Uses of ClusterId in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Modifier and TypeMethodDescriptionMatchClusterIdSetHandler.getConditionParameter
(Attributes attributes) Modifier and TypeMethodDescriptionboolean
MatchClusterIdSetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) boolean
MatchClusterIdSetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters importParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) -
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Modifier and TypeMethodDescriptionAttributes.getClusterId()
Return clusterId, ornull
if it is not present.AttributesBuilder.getClusterId()
Return current value associated with the property corresponding toAttributes.getClusterId()
.@NonNull ClusterId
Attributes.nonnullClusterId()
Return clusterId, or an empty instance if it is not present.Modifier and TypeMethodDescriptionAttributesBuilder.setClusterId
(ClusterId value) Set the property corresponding toAttributes.getClusterId()
to the specified value. -
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ClusterId>>
E$$ClusterIdBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ClusterId
ClusterIdBuilder.build()
A newClusterId
instance.static @NonNull ClusterId
ClusterIdBuilder.empty()
Get empty instance of ClusterId.Modifier and TypeMethodDescriptionstatic boolean
ClusterId.bindingEquals
(@NonNull ClusterId thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ClusterId.bindingHashCode
(@NonNull ClusterId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ClusterId.bindingToString
(@NonNull ClusterId obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionClusterIdBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ClusterId> augmentation) Add an augmentation to this builder's product.ClusterIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ClusterId>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionClusterIdBuilder
(ClusterId base) Construct a builder initialized with state from specifiedClusterId
.