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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends BgpRouteSelectionOptions> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getRouteSelectionOptions

      RouteSelectionOptions getRouteSelectionOptions()
      Return routeSelectionOptions, or null if it is not present.
           
               Parameters relating to options for route selection
           
       
      Returns:
      RouteSelectionOptions routeSelectionOptions, or null if it is not present.