state property

String? state
getter/setter pair

The current state of the backup.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "CREATING" : The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state.
  • "READY" : The backup is complete and ready for use.

Implementation

core.String? state;