state property

String? state
getter/setter pair

The current state of the backup.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "CREATING" : Backup is being created.
  • "ACTIVE" : Backup has been created and validated.
  • "FAILED" : Backup has been created but failed validation.
  • "DELETING" : Backup is being deleted.

Implementation

core.String? state;