state property

String? state
getter/setter pair

The current state of the backup.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state of the backup is unknown.
  • "READY" : The backup is ready.
  • "CREATING" : The backup is creating.
  • "FAILED" : The backup failed.
  • "DELETING" : The backup is being deleted.

Implementation

core.String? state;