Google Cloud Backup Dr V1 Client - Class State (0.11.1)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class State.

The state tells whether the backup config is active or not.

Protobuf type google.cloud.backupdr.v1.BackupConfigDetails.State

Namespace

Google \ Cloud \ BackupDR \ V1 \ BackupConfigDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Backup config state not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The config is in an active state protecting the resource

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

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.

Generated from protobuf enum INACTIVE = 2;

ERROR

Value: 3

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.

Generated from protobuf enum ERROR = 3;