Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.SubsequentAddressFamily
Packages that use SubsequentAddressFamily
Package
Description
-
Uses of SubsequentAddressFamily in org.opendaylight.bgpcep.bgp.topology.provider
Constructors in org.opendaylight.bgpcep.bgp.topology.provider with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionprotected
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
Methods in org.opendaylight.protocol.bgp.flowspec with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionprotected static final @Nullable PathId
AbstractFlowspecNlriParser.readPathId
(@NonNull io.netty.buffer.ByteBuf nlri, AddressFamily afi, SubsequentAddressFamily safi, PeerSpecificParserConstraint constraint) Constructors in org.opendaylight.protocol.bgp.flowspec with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionprotected
AbstractFlowspecRIBSupport
(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService, Class<C> cazeClass, Class<S> containerClass, Class<R> listClass, AddressFamily afiClass, SubsequentAddressFamily safiClass, org.opendaylight.yangtools.yang.common.QName dstContainerClassQName, T nlriParser) -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.openconfig.spi
Methods in org.opendaylight.protocol.bgp.openconfig.spi with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.protocol.bgp.parser that return SubsequentAddressFamilyModifier and TypeMethodDescriptionBgpTableTypeImpl.getSafi()
Returns Subsequent Address Family Identifier.Methods in org.opendaylight.protocol.bgp.parser with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionstatic @NonNull Tables
GracefulRestartUtil.gracefulRestartTable
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, boolean forwardingState) Constructors in org.opendaylight.protocol.bgp.parser with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionBgpTableTypeImpl
(AddressFamily afi, SubsequentAddressFamily safi) Creates BGP Table type. -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return SubsequentAddressFamilyMethods in org.opendaylight.protocol.bgp.parser.spi with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.protocol.bgp.rib.spi that return SubsequentAddressFamilyModifier and TypeMethodDescriptionfinal SubsequentAddressFamily
AbstractRIBSupport.getSafi()
@NonNull SubsequentAddressFamily
RIBSupport.getSafi()
Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescription<C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,
S extends org.opendaylight.yangtools.yang.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.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,
S extends org.opendaylight.yangtools.yang.binding.ChildOf<C>>
RIBSupport<C,S> SimpleRIBExtensionProviderContext.getRIBSupport
(AddressFamily afi, SubsequentAddressFamily safi) <T extends RIBSupport<?,
?>>
RIBSupportRegistration<T>RIBExtensionProviderContext.registerRIBSupport
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, T support) Register a RIBSupport instance for a particular AFI/SAFI combination.<T extends RIBSupport<?,
?>>
RIBSupportRegistration<T>SimpleRIBExtensionProviderContext.registerRIBSupport
(AddressFamily afi, SubsequentAddressFamily safi, T support) static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
RibSupportUtils.toYangKey
(org.opendaylight.yangtools.yang.common.QName id, AddressFamily afi, SubsequentAddressFamily safi) Creates Yang Instance Identifier path argument from supplied AFI and SAFI.static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
RibSupportUtils.toYangPathKey
(org.opendaylight.yangtools.yang.common.QName id, AddressFamily afi, SubsequentAddressFamily safi) Creates Yang Instance Identifier path argument from supplied AFI and SAFI.static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
RibSupportUtils.toYangTablesKey
(AddressFamily afi, SubsequentAddressFamily safi) Creates Yang Instance Identifier path argument from supplied AFI and SAFI.Constructors in org.opendaylight.protocol.bgp.rib.spi with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionprotected
AbstractRIBSupport
(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService, Class<C> cazeClass, Class<S> containerClass, Class<R> listClass, AddressFamily afi, SubsequentAddressFamily safi, org.opendaylight.yangtools.yang.common.QName destContainerQname) Default constructor. -
Uses of SubsequentAddressFamily in org.opendaylight.protocol.bmp.impl.app
Methods in org.opendaylight.protocol.bmp.impl.app with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
TablesUtil.toYangTablesKey
(AddressFamily afi, SubsequentAddressFamily safi) Creates Yang Instance Identifier path argument from supplied AFI and SAFI.static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
TablesUtil.toYangTablesKey
(org.opendaylight.yangtools.yang.common.QName nodeName, AddressFamily afi, SubsequentAddressFamily safi) Creates Yang Instance Identifier path argument from supplied QNAMES and AFI and SAFI. -
Uses of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120Modifier 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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120Modifier 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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417Modifier 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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329Modifier 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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120Modifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329 that return SubsequentAddressFamilyModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329 with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach that return SubsequentAddressFamilyModifier and TypeMethodDescriptionMpReachNlriBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach that return SubsequentAddressFamilyModifier and TypeMethodDescriptionMpUnreachNlriBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities that return SubsequentAddressFamilyModifier and TypeMethodDescriptionMultiprotocolCapabilityBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability that return SubsequentAddressFamilyModifier and TypeMethodDescriptionAddressFamiliesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability that return SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionTablesKey
(@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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability that return SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionTablesKey
(@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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 that return SubsequentAddressFamilyModifier and TypeMethodDescriptionRouteRefreshRequestInputBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer that return SubsequentAddressFamilyModifier and TypeMethodDescriptionSupportedTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
SupportedTablesKey.getSafi()
Return safi, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionSupportedTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionSupportedTablesKey
(@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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib that return SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
TablesKey.getSafi()
Return safi, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionTablesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionTablesKey
(@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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618Modifier 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
Subinterfaces of SubsequentAddressFamily in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120Modifier 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-typesFields in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 declared as SubsequentAddressFamilyModifier and TypeFieldDescriptionstatic final @NonNull SubsequentAddressFamily
SubsequentAddressFamily.VALUE
Singleton value representing theSubsequentAddressFamily
identity.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 that return types with arguments of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs that return SubsequentAddressFamilyModifier 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()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with parameters of type SubsequentAddressFamilyModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter that return SubsequentAddressFamilyModifier and TypeMethodDescriptionAfiSafiBuilder.getSafi()
Return current value associated with the property corresponding toBgpTableType.getSafi()
.@NonNull SubsequentAddressFamily
AfiSafiKey.getSafi()
Return safi, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with parameters of type SubsequentAddressFamilyModifier and TypeMethodDescriptionAfiSafiBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with parameters of type SubsequentAddressFamilyModifierConstructorDescriptionAfiSafiKey
(@NonNull AddressFamily _afi, @NonNull SubsequentAddressFamily _safi) Constructs an instance.