state property

String? state
getter/setter pair

The backup policy state.

Output only. Possible string values are:

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

Implementation

core.String? state;