Interface QosRuleTypes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<QosRuleTypes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<QosAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface QosRuleTypes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<QosAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<QosRuleTypes>

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

     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/qos-rule-types

    To create instances of this class use QosRuleTypesBuilder.

    See Also:
    QosRuleTypesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<QosRuleTypes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRuleTypes

        @Nullable List<RuleTypes> getRuleTypes()
        Returns:
        java.util.List ruleTypes, or null if not present
      • nonnullRuleTypes

        default @NonNull List<RuleTypes> nonnullRuleTypes()
        Returns:
        java.util.List ruleTypes, or an empty list if it is not present