java.lang.Object
com.azure.core.util.ExpandableStringEnum<QosType>
com.azure.resourcemanager.netapp.models.QosType

public final class QosType extends com.azure.core.util.ExpandableStringEnum<QosType>
The qos type of the pool.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QosType
    Static value Auto for QosType.
    static final QosType
    Static value Manual for QosType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static QosType
    Creates or finds a QosType from its string representation.
    Gets known QosType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • AUTO

      public static final QosType AUTO
      Static value Auto for QosType.
    • MANUAL

      public static final QosType MANUAL
      Static value Manual for QosType.
  • Constructor Details

    • QosType

      public QosType()
  • Method Details

    • fromString

      public static QosType fromString(String name)
      Creates or finds a QosType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding QosType.
    • values

      public static Collection<QosType> values()
      Gets known QosType values.
      Returns:
      known QosType values.