Interface QosAttributes

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

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

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

     grouping qos-attributes {
       container qos-policies {
         list qos-policy {
           key uuid;
           uses attrs:base-attributes;
           uses qos-policy-attributes;
           list bandwidth-limit-rules {
             key uuid;
             uses attrs:id-attributes;
             uses bandwidthlimit-rule-attributes;
           }
           list dscpmarking-rules {
             key uuid;
             uses attrs:id-attributes;
             uses dscpmarking-rule-attributes;
           }
           list minimumbandwidth-rules {
             key uuid;
             uses attrs:id-attributes;
             uses minimumbandwidth-rule-attributes;
           }
         }
       }
       container qos-rule-types {
         config false;
         list rule-types {
           key rule-type;
           uses qos-rule-type;
         }
       }
     }
     
    The schema path to identify an instance is neutron-qos/qos-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable QosPolicies getQosPolicies()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.qos.rev160613.qos.attributes.QosPolicies qosPolicies, or null if not present
      • getQosRuleTypes

        @Nullable QosRuleTypes getQosRuleTypes()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.qos.rev160613.qos.attributes.QosRuleTypes qosRuleTypes, or null if not present