Interface BgpUseMultiplePathsEbgpConfig
- All Superinterfaces:
BgpUseMultiplePathsEbgpAsOptionsConfig
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface BgpUseMultiplePathsEbgpConfig
extends org.opendaylight.yangtools.yang.binding.DataObject, BgpUseMultiplePathsEbgpAsOptionsConfig
Configuration parameters relating to multipath for eBGP
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-use-multiple-paths-ebgp_config { uses bgp-use-multiple-paths-ebgp-as-options_config; leaf maximum-paths { type uint32; default 1; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return maximumPaths, ornull
if it is not present.Class<? extends BgpUseMultiplePathsEbgpConfig>
default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return maximumPaths, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.BgpUseMultiplePathsEbgpAsOptionsConfig
getAllowMultipleAs, requireAllowMultipleAs
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BgpUseMultiplePathsEbgpConfig> implementedInterface()- Specified by:
implementedInterface
in interfaceBgpUseMultiplePathsEbgpAsOptionsConfig
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMaximumPaths
org.opendaylight.yangtools.yang.common.Uint32 getMaximumPaths()Return maximumPaths, ornull
if it is not present.Maximum number of parallel paths to consider when using BGP multipath. The default is use a single path.
- Returns:
Uint32
maximumPaths, ornull
if it is not present.
-
requireMaximumPaths
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireMaximumPaths()Return maximumPaths, guaranteed to be non-null.Maximum number of parallel paths to consider when using BGP multipath. The default is use a single path.
- Returns:
Uint32
maximumPaths, guaranteed to be non-null.- Throws:
NoSuchElementException
- if maximumPaths is not present
-