Interface EnableSimpleAlert

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

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

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

     case enable-simple-alert {
       leaf simple-alert {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is l3vpn-instances-interfaces/vpn-af-config/prefix-limit/prefix-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 the number of VPN route prefixes exceeds number, prefixes can still join the VPN routing table and alarms are displayed.
        Returns:
        java.lang.Boolean simpleAlert, or null if not present