configState property

String? configState
getter/setter pair

The backup configuration state.

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? configState;