Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.ExtendedCommunities
Packages that use ExtendedCommunities
Package
Description
-
Uses of ExtendedCommunities in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement
Fields in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement with type parameters of type ExtendedCommunitiesModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache
<String, List<ExtendedCommunities>> AbstractExtCommunityHandler.extCommunitySets
-
Uses of ExtendedCommunities in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions that return types with arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionMatchExtCommunitySetHandler.getConditionParameter
(Attributes attributes) VpnNonMemberHandler.getConditionParameter
(Attributes attributes) Method parameters in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with type arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionboolean
MatchExtCommunitySetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) boolean
VpnNonMemberHandler.matchExportCondition
(AfiSafiType afiSafiType, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<ExtendedCommunities> attributes, VpnNonMemberCondition conditions) boolean
MatchExtCommunitySetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) boolean
VpnNonMemberHandler.matchImportCondition
(AfiSafiType afiSafiType, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<ExtendedCommunities> attributes, VpnNonMemberCondition conditions) -
Uses of ExtendedCommunities in org.opendaylight.protocol.bgp.parser.spi.extended.community
Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community that return ExtendedCommunitiesModifier and TypeMethodDescriptionExtendedCommunityRegistry.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Parses the Extended Community.Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community with parameters of type ExtendedCommunitiesModifier and TypeMethodDescriptionvoid
ExtendedCommunityRegistry.serializeExtendedCommunity
(ExtendedCommunities extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) Serializes the Extended Community. -
Uses of ExtendedCommunities in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return types with arguments of type ExtendedCommunitiesModifier and TypeMethodDescription@Nullable List
<ExtendedCommunities> Attributes.getExtendedCommunities()
Return extendedCommunities, ornull
if it is not present.AttributesBuilder.getExtendedCommunities()
Return current value associated with the property corresponding toAttributes.getExtendedCommunities()
.default @NonNull List
<ExtendedCommunities> Attributes.nonnullExtendedCommunities()
Return extendedCommunities, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with type arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionAttributesBuilder.setExtendedCommunities
(List<ExtendedCommunities> values) Set the property corresponding toAttributes.getExtendedCommunities()
to the specified value. -
Uses of ExtendedCommunities in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type ExtendedCommunitiesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExtendedCommunities>>
E$$ExtendedCommunitiesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return ExtendedCommunitiesModifier and TypeMethodDescription@NonNull ExtendedCommunities
ExtendedCommunitiesBuilder.build()
A newExtendedCommunities
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptiondefault Class
<ExtendedCommunities> ExtendedCommunities.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ExtendedCommunitiesModifier and TypeMethodDescriptionstatic boolean
ExtendedCommunities.bindingEquals
(@NonNull ExtendedCommunities thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ExtendedCommunities.bindingHashCode
(@NonNull ExtendedCommunities obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ExtendedCommunities.bindingToString
(@NonNull ExtendedCommunities obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionExtendedCommunitiesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ExtendedCommunities> augmentation) Add an augmentation to this builder's product.ExtendedCommunitiesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExtendedCommunities>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ExtendedCommunitiesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExtendedCommunities
.