Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.AfiSafi
Packages that use AfiSafi
Package
Description
-
Uses of AfiSafi in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return AfiSafiModifier and TypeMethodDescriptionstatic @Nullable AfiSafi
GlobalUtil.buildAfiSafi
(BGPRibState ribState, TablesKey tablesKey, BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build Afi Safi containing State.Methods in org.opendaylight.protocol.bgp.state that return types with arguments of type AfiSafiModifier and TypeMethodDescriptionstatic Map
<AfiSafiKey, AfiSafi> GlobalUtil.buildAfisSafis
(BGPRibState ribState, BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build per AFI SAFI Openconfig Global State containing RIB group stats from a list of BGP RIB State.static @NonNull Map
<AfiSafiKey, AfiSafi> NeighborUtil.buildAfisSafisState
(@NonNull BGPAfiSafiState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build List of afi safi containing State per Afi Safi. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009 that return types with arguments of type AfiSafiModifier and TypeMethodDescription@Nullable Map
<AfiSafiKey, AfiSafi> BgpCommonAfiSafiList.getAfiSafi()
Return afiSafi, ornull
if it is not present.default @NonNull Map
<AfiSafiKey, AfiSafi> BgpCommonAfiSafiList.nonnullAfiSafi()
Return afiSafi, or an empty list if it is not present. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with type parameters of type AfiSafiModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AfiSafi>>
E$$AfiSafiBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return AfiSafiModifier and TypeMethodDescription@NonNull AfiSafi
AfiSafiBuilder.build()
A newAfiSafi
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return types with arguments of type AfiSafiMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type AfiSafiModifier and TypeMethodDescriptionstatic boolean
AfiSafi.bindingEquals
(@NonNull AfiSafi thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AfiSafi.bindingHashCode
(@NonNull AfiSafi obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AfiSafi.bindingToString
(@NonNull AfiSafi obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with type arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafiBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AfiSafi> augmentation) Add an augmentation to this builder's product.AfiSafiBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AfiSafi>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type AfiSafiModifierConstructorDescriptionAfiSafiBuilder
(AfiSafi base) Construct a builder initialized with state from specifiedAfiSafi
. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base that return types with arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafisBuilder.getAfiSafi()
Return current value associated with the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with type arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafisBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
to the specified value. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafisBuilder.getAfiSafi()
Return current value associated with the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafisBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
to the specified value.