state property

String? state
getter/setter pair

The backup vault state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : BackupVault is being created.
  • "READY" : BackupVault is available for use.
  • "DELETING" : BackupVault is being deleted.
  • "ERROR" : BackupVault is not valid and cannot be used.
  • "UPDATING" : BackupVault is being updated.

Implementation

core.String? state;