Interface QosalertConfigData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    public interface QosalertConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This YANG module defines QoS alert configuration.

    This class represents the following YANG schema fragment defined in module qosalert-config

     module qosalert-config {
       yang-version 1;
       namespace urn:opendaylight:netvirt:qosalert:config;
       prefix qosalert;
       revision 2017-03-01 {
       }
       container qosalert-config {
         leaf qos-alert-enabled {
           type boolean;
           default false;
         }
         leaf qos-drop-packet-threshold {
           type uint8 {
             range 1..100;
           }
           default 5;
         }
         leaf qos-alert-poll-interval {
           type uint16 {
             range 1..3600;
           }
           default 2;
         }
       }
     }
     
    • Method Detail

      • getQosalertConfig

        @Nullable QosalertConfig getQosalertConfig()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.qosalert.config.rev170301.QosalertConfig qosalertConfig, or null if not present