EncryptionStatus Class
- java.
lang. Object - ExpandableStringEnum<T>
- com.
microsoft. azure. management. compute. EncryptionStatus
- com.
public class EncryptionStatus extends ExpandableStringEnum
Defines values for EncryptionStatuses.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Encryption |
ENCRYPTED
Static value Encrypted for EncryptionStatuses. |
final Encryption |
ENCRYPTION_INPROGRESS
Static value Encrypted for EncryptionInProgress. |
final Encryption |
NOT_ENCRYPTED
Static value NotEncrypted for EncryptionStatuses. |
final Encryption |
NOT_MOUNTED
Static value NotMounted for EncryptionStatuses. |
final Encryption |
UNKNOWN
Static value Unknown for EncryptionStatuses. |
final Encryption |
VM_RESTART_PENDING
Static value VMRestartPending for EncryptionStatuses. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Encryption |
fromString(String name)
Creates of finds an encryption status based on its name. |
Collection<Encryption |
values() |
Inherited Members
Field Details
ENCRYPTED
public static final EncryptionStatus ENCRYPTED= fromString("Encrypted")
Static value Encrypted for EncryptionStatuses.
ENCRYPTION_INPROGRESS
public static final EncryptionStatus ENCRYPTION_INPROGRESS= fromString("EncryptionInProgress")
Static value Encrypted for EncryptionInProgress.
NOT_ENCRYPTED
public static final EncryptionStatus NOT_ENCRYPTED= fromString("NotEncrypted")
Static value NotEncrypted for EncryptionStatuses.
NOT_MOUNTED
public static final EncryptionStatus NOT_MOUNTED= fromString("NotMounted")
Static value NotMounted for EncryptionStatuses.
UNKNOWN
public static final EncryptionStatus UNKNOWN= fromString("Unknown")
Static value Unknown for EncryptionStatuses.
VM_RESTART_PENDING
public static final EncryptionStatus VM_RESTART_PENDING= fromString("VMRestartPending")
Static value VMRestartPending for EncryptionStatuses.
Method Details
fromString
public static EncryptionStatus fromString(String name)
Creates of finds an encryption status based on its name.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java