backupConfigState property
The new BackupConfigState to set for the DataSource.
Required. Output only. Possible string values are:
- "BACKUP_CONFIG_STATE_UNSPECIFIED" : The possible states of backup configuration. Status not set.
- "ACTIVE" : The data source is actively protected (i.e. there is a BackupPlanAssociation or Appliance SLA pointing to it)
- "PASSIVE" : The data source is no longer protected (but may have backups under it)
Implementation
core.String? backupConfigState;