Interface BgpRouteSelectionOptions

  • All Superinterfaces:
    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

    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;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-route-selection-options
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        @Nullable RouteSelectionOptions getRouteSelectionOptions()
        Parameters relating to options for route selection
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.route.selection.options.RouteSelectionOptions routeSelectionOptions, or null if not present