Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class State.
State
Protobuf type google.cloud.gkebackup.v1.BackupPlan.State
Namespace
Google \ Cloud \ GkeBackup \ V1 \ BackupPlanMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default first value for Enums.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CLUSTER_PENDING
Value: 1Waiting for cluster state to be RUNNING.
Generated from protobuf enum CLUSTER_PENDING = 1;
PROVISIONING
Value: 2The BackupPlan is in the process of being created.
Generated from protobuf enum PROVISIONING = 2;
READY
Value: 3The BackupPlan has successfully been created and is ready for Backups.
Generated from protobuf enum READY = 3;
FAILED
Value: 4BackupPlan creation has failed.
Generated from protobuf enum FAILED = 4;
DEACTIVATED
Value: 5The BackupPlan has been deactivated.
Generated from protobuf enum DEACTIVATED = 5;
DELETING
Value: 6The BackupPlan is in the process of being deleted.
Generated from protobuf enum DELETING = 6;