Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group.PeerGroup
Package
Description
-
Uses of PeerGroup in org.opendaylight.protocol.bgp.rib.impl.config
Modifier and TypeMethodDescriptionDefaultBgpDeployer.getPeerGroup
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> bgpIid, String peerGroupName) @Nullable PeerGroup
PeerGroupConfigLoader.getPeerGroup
(@NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier, @NonNull String neighbor) Loads Peer GROUP configuration from CONFIG DS. -
Uses of PeerGroup in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic @NonNull PeerGroup
PeerGroupUtil.buildPeerGroupState
(@NonNull String groupId, @NonNull List<BGPPeerState> groups) Build Openconfig PeerGroup containing Peer group stats from BGPPeerGroupState. -
Uses of PeerGroup in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Modifier and TypeMethodDescription@Nullable Map
<PeerGroupKey, PeerGroup> BgpPeerGroup.getPeerGroup()
Return peerGroup, ornull
if it is not present.default @NonNull Map
<PeerGroupKey, PeerGroup> BgpPeerGroup.nonnullPeerGroup()
Return peerGroup, or an empty list if it is not present. -
Uses of PeerGroup in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PeerGroup>>
E$$PeerGroupBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PeerGroup
PeerGroupBuilder.build()
A newPeerGroup
instance.Modifier and TypeMethodDescriptionstatic boolean
PeerGroup.bindingEquals
(@NonNull PeerGroup thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PeerGroup.bindingHashCode
(@NonNull PeerGroup obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PeerGroup.bindingToString
(@NonNull PeerGroup obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPeerGroupBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PeerGroup> augmentation) Add an augmentation to this builder's product.PeerGroupBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PeerGroup>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionPeerGroupBuilder
(PeerGroup base) Construct a builder initialized with state from specifiedPeerGroup
. -
Uses of PeerGroup in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp
Modifier and TypeMethodDescriptionPeerGroupsBuilder.getPeerGroup()
Return current value associated with the property corresponding toBgpPeerGroup.getPeerGroup()
.Modifier and TypeMethodDescriptionPeerGroupsBuilder.setPeerGroup
(Map<PeerGroupKey, PeerGroup> values) Set the property corresponding toBgpPeerGroup.getPeerGroup()
to the specified value.