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: 0
Default first value for Enums.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CLUSTER_PENDING
Value: 1
Waiting for cluster state to be RUNNING.
Generated from protobuf enum CLUSTER_PENDING = 1;
PROVISIONING
Value: 2
The BackupPlan is in the process of being created.
Generated from protobuf enum PROVISIONING = 2;
READY
Value: 3
The BackupPlan has successfully been created and is ready for Backups.
Generated from protobuf enum READY = 3;
FAILED
Value: 4
BackupPlan creation has failed.
Generated from protobuf enum FAILED = 4;
DEACTIVATED
Value: 5
The BackupPlan has been deactivated.
Generated from protobuf enum DEACTIVATED = 5;
DELETING
Value: 6
The BackupPlan is in the process of being deleted.
Generated from protobuf enum DELETING = 6;