Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.SubsequentAddressFamily
Package
Description
-
Uses of SubsequentAddressFamily in org.opendaylight.bgpcep.bgp.topology.provider
ModifierConstructorDescriptionprotected
AbstractTopologyBuilder
(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types, AddressFamily afi, SubsequentAddressFamily safi) protected
AbstractTopologyBuilder
(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types, AddressFamily afi, SubsequentAddressFamily safi, long listenerResetLimitInMillsec, int listenerResetEnforceCounter) -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.flowspec
Modifier and TypeMethodDescriptionprotected static final @Nullable PathId
AbstractFlowspecNlriParser.readPathId
(@NonNull io.netty.buffer.ByteBuf nlri, AddressFamily afi, SubsequentAddressFamily safi, PeerSpecificParserConstraint constraint) ModifierConstructorDescriptionprotected
AbstractFlowspecRIBSupport
(org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializer mappingService, Class<C> cazeClass, org.opendaylight.yangtools.yang.common.QName cazeQName, Class<S> containerClass, org.opendaylight.yangtools.yang.common.QName containerQName, Class<R> listClass, org.opendaylight.yangtools.yang.common.QName listQName, AddressFamily afi, org.opendaylight.yangtools.yang.common.QName afiQName, SubsequentAddressFamily safi, org.opendaylight.yangtools.yang.common.QName safiQName, org.opendaylight.yangtools.yang.common.QName dstContainerClassQName, T nlriParser) -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.openconfig.spi
Modifier and TypeMethodDescription@NonNull org.opendaylight.yangtools.concepts.Registration
BGPTableTypeRegistryProvider.registerBGPTableType
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, @NonNull AfiSafiType afiSafiType) Register supported AFI/SAFI. -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.parser
Modifier and TypeMethodDescriptionBgpTableTypeImpl.getSafi()
Returns Subsequent Address Family Identifier.Modifier and TypeMethodDescriptionstatic @NonNull Tables
GracefulRestartUtil.gracefulRestartTable
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, boolean forwardingState) ModifierConstructorDescriptionBgpTableTypeImpl
(AddressFamily afi, SubsequentAddressFamily safi) Creates BGP Table type. -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.parser.spi
Modifier and TypeMethodDescriptionSubsequentAddressFamilyRegistry.numberForClass
(SubsequentAddressFamily clazz) org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerNlriParser
(AddressFamily afi, SubsequentAddressFamily safi, NlriParser parser, NextHopParserSerializer nextHopHandler, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList) org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerSubsequentAddressFamily
(SubsequentAddressFamily safi, int number) static void
MultiprotocolCapabilitiesUtil.serializeMPAfiSafi
(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg, AddressFamily afi, SubsequentAddressFamily safi, io.netty.buffer.ByteBuf capBuffer) -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.parser.spi.pojo
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerNlriParser
(AddressFamily afi, SubsequentAddressFamily safi, NlriParser parser, NextHopParserSerializer nextHopParserSerializer, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList) org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerSubsequentAddressFamily
(SubsequentAddressFamily safi, int number) -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.rib.spi
Modifier and TypeMethodDescription<C extends Routes & org.opendaylight.yangtools.binding.DataObject & org.opendaylight.yangtools.binding.ChoiceIn<Tables>,
S extends org.opendaylight.yangtools.binding.ChildOf<C>>
@Nullable RIBSupport<C, S> RIBExtensionConsumerContext.getRIBSupport
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi) Acquire a RIB implementation factory for a AFI/SAFI combination.<C extends Routes & org.opendaylight.yangtools.binding.DataObject & org.opendaylight.yangtools.binding.ChoiceIn<Tables>,
S extends org.opendaylight.yangtools.binding.ChildOf<C>>
RIBSupport<C, S> SimpleRIBExtensionProviderContext.getRIBSupport
(AddressFamily afi, SubsequentAddressFamily safi) ModifierConstructorDescriptionprotected
AbstractRIBSupport
(org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializer mappingService, Class<C> cazeClass, org.opendaylight.yangtools.yang.common.QName cazeQName, Class<S> containerClass, org.opendaylight.yangtools.yang.common.QName containerQName, Class<R> listClass, org.opendaylight.yangtools.yang.common.QName listQName, AddressFamily afi, org.opendaylight.yangtools.yang.common.QName afiQName, SubsequentAddressFamily safi, org.opendaylight.yangtools.yang.common.QName safiQName, org.opendaylight.yangtools.yang.common.QName destContainerQname) Default constructor. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-bgp-evpn -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Modifier and TypeInterfaceDescriptioninterface
SAFI 134 for dissemination of L3VPN flow specification rulesinterface
SAFI 133 for dissemination of unicast flow specification rules. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417
Modifier and TypeInterfaceDescriptioninterface
SAFI 129 multicast l3vpn -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-labeled-unicast -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-linkstate -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Modifier and TypeMethodDescriptionBgpTableType.getSafi()
Return safi, ornull
if it is not present.RouteRefreshBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.default @NonNull SubsequentAddressFamily
BgpTableType.requireSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionRouteRefreshBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Modifier and TypeMethodDescriptionMpReachNlriBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionMpReachNlriBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach
Modifier and TypeMethodDescriptionMpUnreachNlriBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionMpUnreachNlriBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities
Modifier and TypeMethodDescriptionMultiprotocolCapabilityBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionMultiprotocolCapabilityBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability
Modifier and TypeMethodDescriptionAddressFamiliesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionAddressFamiliesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability
Modifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.ModifierConstructorDescriptionTablesKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability
Modifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.ModifierConstructorDescriptionTablesKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
-
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329
Modifier and TypeMethodDescriptionRouteRefreshRequestInputBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionRouteRefreshRequestInputBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer
Modifier and TypeMethodDescriptionSupportedTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
SupportedTablesKey.getSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionSupportedTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.ModifierConstructorDescriptionSupportedTablesKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib
Modifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.ModifierConstructorDescriptionTablesKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618
Modifier and TypeInterfaceDescriptioninterface
SAFI 132 Route Target constrains -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120
Modifier 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-typesModifier and TypeFieldDescriptionstatic final @NonNull SubsequentAddressFamily
SubsequentAddressFamily.VALUE
Singleton value representing theSubsequentAddressFamily
identity.Modifier and TypeMethodDescriptionClass
<? extends SubsequentAddressFamily> SubsequentAddressFamily.implementedInterface()
-
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs
Modifier and TypeMethodDescriptionPerAfiSafiAdjRibInTlvBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.PerAfiSafiLocRibTlvBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Modifier and TypeMethodDescriptionPerAfiSafiAdjRibInTlvBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.PerAfiSafiLocRibTlvBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter
Modifier and TypeMethodDescriptionAfiSafiBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
AfiSafiKey.getSafi()
Return safi, guaranteed to be non-null.Modifier and TypeMethodDescriptionAfiSafiBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.ModifierConstructorDescriptionAfiSafiKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance.