state property
The BackupVault resource instance state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State not set.
- "CREATING" : The backup vault is being created.
- "ACTIVE" : The backup vault has been created and is fully usable.
- "DELETING" : The backup vault is being deleted.
- "ERROR" : The backup vault is experiencing an issue and might be unusable.
Implementation
core.String? state;