Module: Google::Cloud::GkeBackup::V1::RestorePlan::State

Defined in:
proto_docs/google/cloud/gkebackup/v1/restore_plan.rb

Overview

State

Constant Summary collapse

STATE_UNSPECIFIED =

Default first value for Enums.

0
CLUSTER_PENDING =

Waiting for cluster state to be RUNNING.

1
READY =

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

2
FAILED =

RestorePlan creation has failed.

3
DELETING =

The RestorePlan is in the process of being deleted.

4