Class ServiceLevel

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

public final class ServiceLevel extends com.azure.core.util.ExpandableStringEnum<ServiceLevel>
serviceLevel

The service level of the file system.

  • Field Details

    • STANDARD

      public static final ServiceLevel STANDARD
      Static value Standard for ServiceLevel.
    • PREMIUM

      public static final ServiceLevel PREMIUM
      Static value Premium for ServiceLevel.
    • ULTRA

      public static final ServiceLevel ULTRA
      Static value Ultra for ServiceLevel.
    • STANDARD_ZRS

      public static final ServiceLevel STANDARD_ZRS
      Static value StandardZRS for ServiceLevel.
  • Constructor Details

    • ServiceLevel

      public ServiceLevel()
  • Method Details

    • fromString

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

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