Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.AfiSafiKey
Package
Description
-
Uses of AfiSafiKey in org.opendaylight.protocol.bgp.state
Modifier 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 AfiSafiKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Modifier 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 AfiSafiKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Modifier and TypeMethodDescriptionAfiSafi.key()
AfiSafiBuilder.key()
Return current value associated with the property corresponding toAfiSafi.key()
.Modifier and TypeMethodDescriptionAfiSafiBuilder.withKey
(AfiSafiKey key) Set the key value corresponding toAfiSafi.key()
to the specified value. -
Uses of AfiSafiKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base
Modifier and TypeMethodDescriptionAfiSafisBuilder.getAfiSafi()
Return current value associated with the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
.Modifier and TypeMethodDescriptionAfiSafisBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
to the specified value. -
Uses of AfiSafiKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Modifier and TypeMethodDescriptionAfiSafisBuilder.getAfiSafi()
Return current value associated with the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
.Modifier and TypeMethodDescriptionAfiSafisBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toBgpCommonAfiSafiList.getAfiSafi()
to the specified value.