Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.ExtendedCommunity
Packages that use ExtendedCommunity
Package
Description
-
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.evpn.impl.extended.communities
Methods in org.opendaylight.protocol.bgp.evpn.impl.extended.communities that return ExtendedCommunityModifier and TypeMethodDescriptionDefaultGatewayExtCom.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) ESILabelExtCom.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) ESImpRouteTargetExtCom.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Layer2AttributesExtCom.parseExtendedCommunity
(io.netty.buffer.ByteBuf body) MACMobExtCom.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.evpn.impl.extended.communities with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
DefaultGatewayExtCom.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
ESILabelExtCom.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
ESImpRouteTargetExtCom.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
Layer2AttributesExtCom.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
MACMobExtCom.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.flowspec.extended.communities
Methods in org.opendaylight.protocol.bgp.flowspec.extended.communities that return ExtendedCommunityModifier and TypeMethodDescriptionRedirectAsFourOctetEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RedirectAsTwoOctetEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RedirectIpNextHopEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RedirectIpv4EcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RedirectIpv6EcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) TrafficActionEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) TrafficMarkingEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) TrafficRateEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.flowspec.extended.communities with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
RedirectAsFourOctetEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RedirectAsTwoOctetEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RedirectIpNextHopEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RedirectIpv4EcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RedirectIpv6EcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
TrafficActionEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
TrafficMarkingEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
TrafficRateEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities that return ExtendedCommunityModifier and TypeMethodDescriptionAsTwoOctetSpecificEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) EncapsulationEC.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Ipv4SpecificEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) LinkBandwidthEC.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) OpaqueEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RouteOriginAsTwoOctetEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RouteOriginIpv4EcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) SourceASHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) VrfRouteImportHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
AsTwoOctetSpecificEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
EncapsulationEC.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
Ipv4SpecificEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
LinkBandwidthEC.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
OpaqueEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RouteOriginAsTwoOctetEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RouteOriginIpv4EcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
SourceASHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
VrfRouteImportHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific that return ExtendedCommunityModifier and TypeMethodDescriptionGeneric4OctASEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf body) RouteOrigin4OctectASEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf body) SourceAS4OctectHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf body) Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
Generic4OctASEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
RouteOrigin4OctectASEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
SourceAS4OctectHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target that return ExtendedCommunityModifier and TypeMethodDescriptionRouteTarget4OctectASEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf body) RouteTargetAsTwoOctetEcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) RouteTargetIpv4EcHandler.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.route.target with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
RouteTarget4OctectASEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) void
RouteTargetAsTwoOctetEcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) void
RouteTargetIpv4EcHandler.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.spi
Method parameters in org.opendaylight.protocol.bgp.parser.spi with type arguments of type ExtendedCommunityModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerExtendedCommunitySerializer
(Class<? extends ExtendedCommunity> extendedCommunityClass, ExtendedCommunitySerializer serializer) -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.spi.extended.community
Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community that return ExtendedCommunityModifier and TypeMethodDescriptionExtendedCommunityParser.parseExtendedCommunity
(io.netty.buffer.ByteBuf buffer) Parses the Extended Community value encoded in the buffer.Methods in org.opendaylight.protocol.bgp.parser.spi.extended.community with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionvoid
ExtendedCommunitySerializer.serializeExtendedCommunity
(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf byteAggregator) Serializes Extended Community value to the buffer. -
Uses of ExtendedCommunity in org.opendaylight.protocol.bgp.parser.spi.pojo
Method parameters in org.opendaylight.protocol.bgp.parser.spi.pojo with type arguments of type ExtendedCommunityModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerExtendedCommunitySerializer
(Class<? extends ExtendedCommunity> extendedCommunityClass, ExtendedCommunitySerializer serializer) -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set that return ExtendedCommunityModifier and TypeMethodDescriptionExtCommunityMemberBuilder.getExtendedCommunity()
Return current value associated with the property corresponding toExtendedCommunity.getExtendedCommunity()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionExtCommunityMemberBuilder.setExtendedCommunity
(ExtendedCommunity value) Set the property corresponding toExtendedCommunity.getExtendedCommunity()
to the specified value. -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.bgp.actions.set.ext.community.set.ext.community.method.inline
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.bgp.actions.set.ext.community.set.ext.community.method.inline that return ExtendedCommunityModifier and TypeMethodDescriptionExtCommunityMemberBuilder.getExtendedCommunity()
Return current value associated with the property corresponding toExtendedCommunity.getExtendedCommunity()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.bgp.actions.set.ext.community.set.ext.community.method.inline with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionExtCommunityMemberBuilder.setExtendedCommunity
(ExtendedCommunity value) Set the property corresponding toExtendedCommunity.getExtendedCommunity()
to the specified value. -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.evpn.routes.evpn.route.attributes.extended.communities.extended.community
Subinterfaces of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.evpn.routes.evpn.route.attributes.extended.communities.extended.communityModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpn -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.update.attributes.extended.communities.extended.community
Subinterfaces of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.update.attributes.extended.communities.extended.communityModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpn -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.community
Subinterfaces of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.communityModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspec -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.community
Subinterfaces of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.communityModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspecinterface
This class represents the following YANG schema fragment defined in module bgp-flowspec -
Uses of ExtendedCommunity 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 that return ExtendedCommunityModifier and TypeMethodDescriptionExtendedCommunitiesBuilder.getExtendedCommunity()
Return current value associated with the property corresponding toExtendedCommunity.getExtendedCommunity()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ExtendedCommunityModifier and TypeMethodDescriptionExtendedCommunitiesBuilder.setExtendedCommunity
(ExtendedCommunity value) Set the property corresponding toExtendedCommunity.getExtendedCommunity()
to the specified value. -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 that return ExtendedCommunityModifier and TypeMethodDescriptionExtendedCommunity.getExtendedCommunity()
Return extendedCommunity, ornull
if it is not present. -
Uses of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community
Subinterfaces of ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.communityModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-types