Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths.Ibgp
Packages that use Ibgp
Package
Description
-
Uses of Ibgp in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths that return IbgpModifier and TypeMethodDescriptionUseMultiplePaths.getIbgp()
Return ibgp, ornull
if it is not present.UseMultiplePathsBuilder.getIbgp()
Return current value associated with the property corresponding toUseMultiplePaths.getIbgp()
.@NonNull Ibgp
UseMultiplePaths.nonnullIbgp()
Return ibgp, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths with parameters of type IbgpModifier and TypeMethodDescriptionSet the property corresponding toUseMultiplePaths.getIbgp()
to the specified value. -
Uses of Ibgp in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths with type parameters of type IbgpModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ibgp>>
E$$IbgpBuilder.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.use.multiple.paths.use.multiple.paths that return IbgpModifier and TypeMethodDescription@NonNull Ibgp
IbgpBuilder.build()
A newIbgp
instance.static @NonNull Ibgp
IbgpBuilder.empty()
Get empty instance of Ibgp.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths that return types with arguments of type IbgpMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths with parameters of type IbgpModifier and TypeMethodDescriptionstatic boolean
Ibgp.bindingEquals
(@NonNull Ibgp thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ibgp.bindingHashCode
(@NonNull Ibgp obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ibgp.bindingToString
(@NonNull Ibgp 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.use.multiple.paths.use.multiple.paths with type arguments of type IbgpModifier and TypeMethodDescriptionIbgpBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ibgp> augmentation) Add an augmentation to this builder's product.IbgpBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ibgp>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths with parameters of type IbgpModifierConstructorDescriptionIbgpBuilder
(Ibgp base) Construct a builder initialized with state from specifiedIbgp
.