java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageType>
com.azure.resourcemanager.recoveryservicesbackup.models.StorageType

public final class StorageType extends com.azure.core.util.ExpandableStringEnum<StorageType>
Storage type.
  • Field Details

    • INVALID

      public static final StorageType INVALID
      Static value Invalid for StorageType.
    • GEO_REDUNDANT

      public static final StorageType GEO_REDUNDANT
      Static value GeoRedundant for StorageType.
    • LOCALLY_REDUNDANT

      public static final StorageType LOCALLY_REDUNDANT
      Static value LocallyRedundant for StorageType.
    • ZONE_REDUNDANT

      public static final StorageType ZONE_REDUNDANT
      Static value ZoneRedundant for StorageType.
    • READ_ACCESS_GEO_ZONE_REDUNDANT

      public static final StorageType READ_ACCESS_GEO_ZONE_REDUNDANT
      Static value ReadAccessGeoZoneRedundant for StorageType.
  • Constructor Details

    • StorageType

      public StorageType()
  • Method Details

    • fromString

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

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