state property

String? state
getter/setter pair

The state of the backup config resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Backup config state not set.
  • "ACTIVE" : The config is in an active state protecting the resource
  • "INACTIVE" : The config is currently not protecting the resource. Either because it is disabled or the owning project has been deleted without cleanup of the actual resource.
  • "ERROR" : The config still exists but because of some error state it is not protecting the resource. Like the source project is deleted. For eg. PlanAssociation, BackupPlan is deleted.

Implementation

core.String? state;