public enum BackupVault.State extends Enum<BackupVault.State> implements ProtocolMessageEnum
The Backup Vault States
Protobuf enum google.cloud.netapp.v1.BackupVault.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATING | BackupVault is being created. |
CREATING_VALUE | BackupVault is being created. |
DELETING | BackupVault is being deleted. |
DELETING_VALUE | BackupVault is being deleted. |
ERROR | BackupVault is not valid and cannot be used. |
ERROR_VALUE | BackupVault is not valid and cannot be used. |
READY | BackupVault is available for use. |
READY_VALUE | BackupVault is available for use. |
STATE_UNSPECIFIED | State not set. |
STATE_UNSPECIFIED_VALUE | State not set. |
UNRECOGNIZED | |
UPDATING | BackupVault is being updated. |
UPDATING_VALUE | BackupVault is being updated. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |