Module: Google::Cloud::BackupDR::V1::BackupConfigState

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

Backup configuration state. Is the resource configured for backup?

Constant Summary collapse

BACKUP_CONFIG_STATE_UNSPECIFIED =

The possible states of backupĀ configuration. Status not set.

0
ACTIVE =

The data source is actively protected (i.e. there is a BackupPlanAssociation or Appliance SLA pointing to it)

1
PASSIVE =

The data source is no longer protected (but may have backups under it)

2