Interface BgpUseMultiplePathsIbgpConfig
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
@Generated("mdsal-binding-generator")
public interface BgpUseMultiplePathsIbgpConfig
extends org.opendaylight.yangtools.binding.Grouping
Configuration parmaeters relating to multipath for iBGP
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-use-multiple-paths-ibgp_config { leaf maximum-paths { type uint32; default 1; } }
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return maximumPaths, ornull
if it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return maximumPaths, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
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 iBGP multipath. The default is to 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 iBGP multipath. The default is to use a single path
- Returns:
Uint32
maximumPaths, guaranteed to be non-null.- Throws:
NoSuchElementException
- if maximumPaths is not present
-