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

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

Holds the state of the backup vault resource.

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

Namespace

Google \ Cloud \ BackupDR \ V1 \ BackupVault

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The backup vault is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The backup vault has been created and is fully usable.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

The backup vault is being deleted.

Generated from protobuf enum DELETING = 3;

ERROR

Value: 4

The backup vault is experiencing an issue and might be unusable.

Generated from protobuf enum ERROR = 4;