Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.UseMultiplePaths
Packages that use UseMultiplePaths
Package
Description
-
Uses of UseMultiplePaths in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009 that return UseMultiplePathsModifier and TypeMethodDescriptionBgpUseMultiplePaths.getUseMultiplePaths()
Return useMultiplePaths, ornull
if it is not present.@NonNull UseMultiplePaths
BgpUseMultiplePaths.nonnullUseMultiplePaths()
Return useMultiplePaths, or an empty instance if it is not present. -
Uses of UseMultiplePaths 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 with type parameters of type UseMultiplePathsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<UseMultiplePaths>>
E$$UseMultiplePathsBuilder.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 that return UseMultiplePathsModifier and TypeMethodDescription@NonNull UseMultiplePaths
UseMultiplePathsBuilder.build()
A newUseMultiplePaths
instance.static @NonNull UseMultiplePaths
UseMultiplePathsBuilder.empty()
Get empty instance of UseMultiplePaths.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths that return types with arguments of type UseMultiplePathsModifier and TypeMethodDescriptiondefault Class
<UseMultiplePaths> UseMultiplePaths.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths with parameters of type UseMultiplePathsModifier and TypeMethodDescriptionstatic boolean
UseMultiplePaths.bindingEquals
(@NonNull UseMultiplePaths thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UseMultiplePaths.bindingHashCode
(@NonNull UseMultiplePaths obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UseMultiplePaths.bindingToString
(@NonNull UseMultiplePaths 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 with type arguments of type UseMultiplePathsModifier and TypeMethodDescriptionUseMultiplePathsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UseMultiplePaths> augmentation) Add an augmentation to this builder's product.UseMultiplePathsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<UseMultiplePaths>> 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 with parameters of type UseMultiplePathsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUseMultiplePaths
. -
Uses of UseMultiplePaths 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 UseMultiplePathsModifier and TypeMethodDescriptionAfiSafi1Builder.getUseMultiplePaths()
Return current value associated with the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
.AfiSafi3Builder.getUseMultiplePaths()
Return current value associated with the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
.PeerGroup1Builder.getUseMultiplePaths()
Return current value associated with the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with parameters of type UseMultiplePathsModifier and TypeMethodDescriptionAfiSafi1Builder.setUseMultiplePaths
(UseMultiplePaths value) Set the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
to the specified value.AfiSafi3Builder.setUseMultiplePaths
(UseMultiplePaths value) Set the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
to the specified value.PeerGroup1Builder.setUseMultiplePaths
(UseMultiplePaths value) Set the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
to the specified value. -
Uses of UseMultiplePaths 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 UseMultiplePathsModifier and TypeMethodDescriptionGlobalBuilder.getUseMultiplePaths()
Return current value associated with the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with parameters of type UseMultiplePathsModifier and TypeMethodDescriptionGlobalBuilder.setUseMultiplePaths
(UseMultiplePaths value) Set the property corresponding toBgpUseMultiplePaths.getUseMultiplePaths()
to the specified value.