Interface RuleTypes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RuleTypes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<QosRuleTypes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<RuleTypesKey>, QosRuleType

    public interface RuleTypes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<QosRuleTypes>, org.opendaylight.yangtools.yang.binding.Augmentable<RuleTypes>, QosRuleType, org.opendaylight.yangtools.yang.binding.Identifiable<RuleTypesKey>

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

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

    To create instances of this class use RuleTypesBuilder.

    See Also:
    RuleTypesBuilder, RuleTypesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        RuleTypesKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<RuleTypesKey>