Interface BgpUseMultiplePathsEbgpAsOptionsConfig
- 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
- All Known Subinterfaces:
BgpUseMultiplePathsEbgpConfig
,Config
,Config
,State
,State
@Generated("mdsal-binding-generator")
public interface BgpUseMultiplePathsEbgpAsOptionsConfig
extends org.opendaylight.yangtools.binding.Grouping
Configuration parameters specific to eBGP multipath applicable to all contexts
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-use-multiple-paths-ebgp-as-options_config { leaf allow-multiple-as { type boolean; default false; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn allowMultipleAs, ornull
if it is not present.default @NonNull Boolean
Return allowMultipleAs, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAllowMultipleAs
Boolean getAllowMultipleAs()Return allowMultipleAs, ornull
if it is not present.Allow multipath to use paths from different neighbouring ASes. The default is to only consider multiple paths from the same neighbouring AS.
- Returns:
Boolean
allowMultipleAs, ornull
if it is not present.
-
requireAllowMultipleAs
Return allowMultipleAs, guaranteed to be non-null.Allow multipath to use paths from different neighbouring ASes. The default is to only consider multiple paths from the same neighbouring AS.
- Returns:
Boolean
allowMultipleAs, guaranteed to be non-null.- Throws:
NoSuchElementException
- if allowMultipleAs is not present
-