EncryptionStatus 类
定义
Defines values for EncryptionStatuses.
public class EncryptionStatus extends ExpandableStringEnum<EncryptionStatus>
- 继承
继承成员
ExpandableStringEnum<T>.equals(Object obj)
ExpandableStringEnum<T>.fromString(String name, Class<T> clazz)
ExpandableStringEnum<T>.hashCode()
ExpandableStringEnum<T>.toString()
ExpandableStringEnum<T>.values(Class<T> clazz)
ExpandableStringEnum<T>.withNameValue(String name, T value, Class<T> clazz)
字段
ENCRYPTED |
Static value Encrypted for EncryptionStatuses. |
ENCRYPTION_INPROGRESS |
Static value Encrypted for EncryptionInProgress. |
NOT_ENCRYPTED |
Static value NotEncrypted for EncryptionStatuses. |
NOT_MOUNTED |
Static value NotMounted for EncryptionStatuses. |
UNKNOWN |
Static value Unknown for EncryptionStatuses. |
VM_RESTART_PENDING |
Static value VMRestartPending for EncryptionStatuses. |
方法
fromString(String name) |
Creates of finds an encryption status based on its name. |
values() |