Backup for GKE V1 API - Module Google::Cloud::GkeBackup::V1::Restore::State (v0.1.0)

Reference documentation and code samples for the Backup for GKE V1 API module Google::Cloud::GkeBackup::V1::Restore::State.

Possible values for state of the Restore.

Constants

STATE_UNSPECIFIED

value: 0
The Restore resource is in the process of being created.

CREATING

value: 1
The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster.

IN_PROGRESS

value: 2
The gkebackup agent in the cluster has begun executing the restore operation.

SUCCEEDED

value: 3
The restore operation has completed successfully. Restored workloads may not yet be operational.

FAILED

value: 4
The restore operation has failed.

DELETING

value: 5
This Restore resource is in the process of being deleted.