Interface QosOtherConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<QosOtherConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<QosEntries>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<QosOtherConfigKey>

    public interface QosOtherConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<QosEntries>, org.opendaylight.yangtools.yang.binding.Augmentable<QosOtherConfig>, org.opendaylight.yangtools.yang.binding.Identifiable<QosOtherConfigKey>
    other_config : max-rate optional string, containing an integer.

    This class represents the following YANG schema fragment defined in module ovsdb

     list qos-other-config {
       key other-config-key;
       leaf other-config-key {
         type string;
       }
       leaf other-config-value {
         type string;
       }
     }
     
    The schema path to identify an instance is ovsdb/ovsdb-node-attributes/qos-entries/qos-other-config

    To create instances of this class use QosOtherConfigBuilder.

    See Also:
    QosOtherConfigBuilder, QosOtherConfigKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getOtherConfigKey()
        qos-other-config name/key
        Returns:
        java.lang.String otherConfigKey, or null if not present
      • getOtherConfigValue

        String getOtherConfigValue()
        qos-other-config value
        Returns:
        java.lang.String otherConfigValue, or null if not present