public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum
The Backup States
Protobuf enum google.cloud.netapp.v1.Backup.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATING | Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed. |
CREATING_VALUE | Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed. |
DELETING | Backup is being deleted. |
DELETING_VALUE | Backup is being deleted. |
ERROR | Backup is not valid and cannot be used for creating new volumes or restoring existing volumes. |
ERROR_VALUE | Backup is not valid and cannot be used for creating new volumes or restoring existing volumes. |
READY | Backup is available for use. |
READY_VALUE | Backup is available for use. |
STATE_UNSPECIFIED | State not set. |
STATE_UNSPECIFIED_VALUE | State not set. |
UNRECOGNIZED | |
UPDATING | Backup is being updated. |
UPDATING_VALUE | Backup is being updated. |
UPLOADING | Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup. |
UPLOADING_VALUE | Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup. |
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() |