state property
The current state of the backup.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the backup is unknown.
- "IN_PROGRESS" : The backup is in progress.
- "SUCCEEDED" : The backup completed.
- "FAILED" : The backup failed.
Implementation
core.String? state;