Interface QosRuleType

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

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

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

     grouping qos-rule-type {
       leaf rule-type {
         type string;
       }
     }
     
    The schema path to identify an instance is neutron-qos/qos-rule-type
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getRuleType()
        The type of the qos rule
        Returns:
        java.lang.String ruleType, or null if not present