Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group.PeerGroup
Packages that use PeerGroup
Package
Description
-
Uses of PeerGroup in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return PeerGroupModifier and TypeMethodDescriptionDefaultBgpDeployer.getPeerGroup
(org.opendaylight.yangtools.binding.DataObjectIdentifier<Bgp> bgpIid, String peerGroupName) @Nullable PeerGroup
PeerGroupConfigLoader.getPeerGroup
(@NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier<Bgp> instanceIdentifier, @NonNull String neighbor) Loads Peer GROUP configuration from CONFIG DS. -
Uses of PeerGroup in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return PeerGroupModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return types with arguments of type PeerGroupModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with type parameters of type PeerGroupModifier 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.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return PeerGroupModifier and TypeMethodDescription@NonNull PeerGroup
PeerGroupBuilder.build()
A newPeerGroup
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return types with arguments of type PeerGroupMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type PeerGroupModifier 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.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with type arguments of type PeerGroupModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type PeerGroupModifierConstructorDescriptionPeerGroupBuilder
(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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp that return types with arguments of type PeerGroupModifier and TypeMethodDescriptionPeerGroupsBuilder.getPeerGroup()
Return current value associated with the property corresponding toBgpPeerGroup.getPeerGroup()
.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with type arguments of type PeerGroupModifier and TypeMethodDescriptionPeerGroupsBuilder.setPeerGroup
(Map<PeerGroupKey, PeerGroup> values) Set the property corresponding toBgpPeerGroup.getPeerGroup()
to the specified value.