Google Cloud Gke Backup V1 Client - Class State (0.7.2)

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

State

Protobuf type google.cloud.gkebackup.v1.RestorePlan.State

Namespace

Google \ Cloud \ GkeBackup \ V1 \ RestorePlan

Methods

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;

READY

Value: 2

The RestorePlan has successfully been created and is ready for Restores.

Generated from protobuf enum READY = 2;

FAILED

Value: 3

RestorePlan creation has failed.

Generated from protobuf enum FAILED = 3;

DELETING

Value: 4

The RestorePlan is in the process of being deleted.

Generated from protobuf enum DELETING = 4;