Interface BandType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<BandType>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Drop, DscpRemark, Experimenter

    @Generated("mdsal-binding-generator")
    public interface BandType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BandType>

    This class represents the following YANG schema fragment defined in module opendaylight-meter-types

     choice band-type {
       case drop {
         leaf drop-rate {
           type uint32;
         }
         leaf drop-burst-size {
           type uint32;
         }
       }
       case dscp-remark {
         leaf dscp-remark-rate {
           type uint32;
         }
         leaf dscp-remark-burst-size {
           type uint32;
         }
         leaf prec_level {
           type uint8;
         }
       }
       case experimenter {
         leaf experimenter-type {
           type meter-band-type;
         }
         leaf experimenter-rate {
           type uint32;
         }
         leaf experimenter-burst-size {
           type uint32;
         }
         leaf experimenter {
           type uint32;
         }
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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
        YANG identifier of the statement represented by this class.