state property
The current state of the backup.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unspecified.
- "CREATING" : The pending backup is still being created. Operations on the backup will be rejected in this state.
- "READY" : The backup is complete and ready to use.
- "NOT_AVAILABLE" : The backup is not available at this moment.
Implementation
core.String? state;