Interface RoutingTableLimitAction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<RoutingTableLimit>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    EnableAlertPercent, EnableSimpleAlert

    public interface RoutingTableLimitAction
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RoutingTableLimit>

    This class represents the following YANG schema fragment defined in module l3vpn-instances-interfaces

     choice routing-table-limit-action {
       case enable-alert-percent {
         leaf alert-percent-value {
           type uint8 {
             range 1..100;
           }
         }
       }
       case enable-simple-alert {
         leaf simple-alert {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is l3vpn-instances-interfaces/vpn-af-config/routing-table-limit/routing-table-limit-action
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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