state property

String? state
getter/setter pair

The backup state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "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.
  • "UPLOADING" : Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup.
  • "READY" : Backup is available for use.
  • "DELETING" : Backup is being deleted.
  • "ERROR" : Backup is not valid and cannot be used for creating new volumes or restoring existing volumes.
  • "UPDATING" : Backup is being updated.

Implementation

core.String? state;