Interface BgpUseMultiplePaths
- All Superinterfaces:
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
- All Known Subinterfaces:
AfiSafi1
,AfiSafi3
,BgpGlobalBase
,Global
,PeerGroup1
@Generated("mdsal-binding-generator")
public interface BgpUseMultiplePaths
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration parameters relating to multipath for BGP - both iBGP and eBGP
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-use-multiple-paths { container use-multiple-paths { container config { uses bgp-use-multiple-paths_config; } container state { uses bgp-use-multiple-paths_config; } container ebgp { container config { uses bgp-use-multiple-paths-ebgp_config; } container state { config false; uses bgp-use-multiple-paths-ebgp_config; } } container ibgp { container config { uses bgp-use-multiple-paths-ibgp_config; } container state { config false; uses bgp-use-multiple-paths-ibgp_config; } } } }
-
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 TypeMethodDescriptionReturn useMultiplePaths, ornull
if it is not present.Class<? extends BgpUseMultiplePaths>
@NonNull UseMultiplePaths
Return useMultiplePaths, or an empty instance if it is not present.
-
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 BgpUseMultiplePaths> implementedInterface()- 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
-
getUseMultiplePaths
UseMultiplePaths getUseMultiplePaths()Return useMultiplePaths, ornull
if it is not present.Parameters related to the use of multiple paths for the same NLRI
- Returns:
UseMultiplePaths
useMultiplePaths, ornull
if it is not present.
-
nonnullUseMultiplePaths
@NonNull UseMultiplePaths nonnullUseMultiplePaths()Return useMultiplePaths, or an empty instance if it is not present.- Returns:
UseMultiplePaths
useMultiplePaths, or an empty instance if it is not present.
-