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

public final class StorageTypeState extends com.azure.core.util.ExpandableStringEnum<StorageTypeState>
Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked.
  • Field Details

    • INVALID

      public static final StorageTypeState INVALID
      Static value Invalid for StorageTypeState.
    • LOCKED

      public static final StorageTypeState LOCKED
      Static value Locked for StorageTypeState.
    • UNLOCKED

      public static final StorageTypeState UNLOCKED
      Static value Unlocked for StorageTypeState.
  • Constructor Details

    • StorageTypeState

      public StorageTypeState()
  • Method Details

    • fromString

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

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