Reference documentation and code samples for the NetApp V1 API module Google::Cloud::NetApp::V1::Backup::State.
The Backup States
Constants
STATE_UNSPECIFIED
value: 0
State not set.
CREATING
value: 1
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.
UPLOADING
value: 2
Backup is being uploaded. While in this state, none of the writes to the
volume will be included in the backup.
READY
value: 3
Backup is available for use.
DELETING
value: 4
Backup is being deleted.
ERROR
value: 5
Backup is not valid and cannot be used for creating new volumes or
restoring existing volumes.
UPDATING
value: 6
Backup is being updated.