state property
The current state of the backup.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the backup is unknown.
 - "CREATING" : The backup is being created.
 - "DELETING" : The backup is being deleted.
 - "ACTIVE" : The backup is active and ready to use.
 - "FAILED" : The backup failed.
 - "RESTORING" : The backup is being restored.
 
Implementation
core.String? state;