Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.Bgp
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329
-
Uses of Bgp 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.void
DefaultBgpDeployer.onDataTreeChanged
(List<org.opendaylight.mdsal.binding.api.DataTreeModification<Bgp>> changes) -
Uses of Bgp in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
-
Uses of Bgp in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Bgp>>
E$$BgpBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Bgp.bindingEquals
(@NonNull Bgp thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Bgp.bindingHashCode
(@NonNull Bgp obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Bgp.bindingToString
(@NonNull Bgp obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionBgpBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Bgp> augmentation) Add an augmentation to this builder's product.BgpBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Bgp>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionBgpBuilder
(Bgp base) Construct a builder initialized with state from specifiedBgp
. -
Uses of Bgp in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329
Modifier and TypeMethodDescriptionNetworkInstanceProtocolBuilder.getBgp()
Return current value associated with the property corresponding toBgpTop.getBgp()
.Modifier and TypeMethodDescriptionSet the property corresponding toBgpTop.getBgp()
to the specified value.