Interface DscpmarkingRuleAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    DscpmarkingRules

    public interface DscpmarkingRuleAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module neutron-qos

     grouping dscpmarking-rule-attributes {
       leaf dscp-mark {
         type uint8 {
           range
             "0 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 | 26 | 28 | 30 | 32 | 34 | 36
              | 38 | 40 | 46 | 48 | 56";
         }
       }
     }
     
    The schema path to identify an instance is neutron-qos/dscpmarking-rule-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends DscpmarkingRuleAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDscpMark

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getDscpMark()
        the value of dscp mark
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 dscpMark, or null if not present