Interface BgpRouteSelectionOptions
- 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
,AfiSafi4
,BgpGlobalAfiSafi
,BgpGlobalBase
,BgpGroupAfiSafi
,Global
@Generated("mdsal-binding-generator")
public interface BgpRouteSelectionOptions
extends org.opendaylight.yangtools.yang.binding.DataObject
Parameters relating to the BGP route selection process
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-route-selection-options { container route-selection-options { container config { uses bgp-route-selection-options_config; } container state { config false; uses bgp-route-selection-options_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 routeSelectionOptions, ornull
if it is not present.Class<? extends BgpRouteSelectionOptions>
@NonNull RouteSelectionOptions
Return routeSelectionOptions, 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 BgpRouteSelectionOptions> 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
-
getRouteSelectionOptions
RouteSelectionOptions getRouteSelectionOptions()Return routeSelectionOptions, ornull
if it is not present.Parameters relating to options for route selection
- Returns:
RouteSelectionOptions
routeSelectionOptions, ornull
if it is not present.
-
nonnullRouteSelectionOptions
@NonNull RouteSelectionOptions nonnullRouteSelectionOptions()Return routeSelectionOptions, or an empty instance if it is not present.- Returns:
RouteSelectionOptions
routeSelectionOptions, or an empty instance if it is not present.
-