Interface BgpUseMultiplePathsNeighbor
- 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 BgpUseMultiplePathsNeighbor
extends org.opendaylight.yangtools.binding.Grouping
Per-neighbor configuration for multipath for BGP
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-use-multiple-paths-neighbor { 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-as-options_config; } container state { config false; uses bgp-use-multiple-paths-ebgp-as-options_config; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn useMultiplePaths, ornull
if it is not present.@NonNull UseMultiplePaths
Return useMultiplePaths, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getUseMultiplePaths
UseMultiplePaths getUseMultiplePaths()Return useMultiplePaths, ornull
if it is not present.Parameters related to the use of multiple-paths for the same NLRI when they are received only from this neighbor
- 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.
-