Interface BgpRouteSelectionOptions
- 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:
AfiSafi1
,AfiSafi4
,BgpGlobalAfiSafi
,BgpGlobalBase
,BgpGroupAfiSafi
,Global
@Generated("mdsal-binding-generator")
public interface BgpRouteSelectionOptions
extends org.opendaylight.yangtools.binding.Grouping
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; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn routeSelectionOptions, ornull
if it is not present.@NonNull RouteSelectionOptions
Return routeSelectionOptions, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
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.
-