Interface EnableSimpleAlert

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EnableSimpleAlert>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<RoutingTableLimit>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RoutingTableLimitAction

    public interface EnableSimpleAlert
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EnableSimpleAlert>, RoutingTableLimitAction

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

     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/enable-simple-alert
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default java.lang.Class<EnableSimpleAlert> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isSimpleAlert

        @Nullable java.lang.Boolean isSimpleAlert()
        Indicates that when VPN routes exceed number, routes can still be added into the routing table, but the system prompts alarms. However, after the total number of VPN routes and network public routes reaches the unicast route limit specified in the License, the subsequent VPN routes are dropped.
        Returns:
        java.lang.Boolean simpleAlert, or null if not present