Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupConfigState.
Backup configuration state. Is the resource configured for backup?
Protobuf type google.cloud.backupdr.v1.BackupConfigState
Namespace
Google \ Cloud \ BackupDR \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BACKUP_CONFIG_STATE_UNSPECIFIED
Value: 0
The possible states of backup configuration.
Status not set.
Generated from protobuf enum BACKUP_CONFIG_STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The data source is actively protected (i.e. there is a BackupPlanAssociation or Appliance SLA pointing to it)
Generated from protobuf enum ACTIVE = 1;
PASSIVE
Value: 2
The data source is no longer protected (but may have backups under it)
Generated from protobuf enum PASSIVE = 2;