Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class State.
State enumerates the possible states for a BackupPlan.
Protobuf type google.cloud.backupdr.v1.BackupPlan.State
Namespace
Google \ Cloud \ BackupDR \ V1 \ BackupPlanMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The resource is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The resource has been created and is fully usable.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The resource is being deleted.
Generated from protobuf enum DELETING = 3;
INACTIVE
Value: 4The resource has been created but is not usable.
Generated from protobuf enum INACTIVE = 4;
UPDATING
Value: 5The resource is being updated.
Generated from protobuf enum UPDATING = 5;