Class State (0.5.9)

State(value)

Possible values for state of the Restore.

Enums

Name Description
STATE_UNSPECIFIED The Restore resource is in the process of being created.
CREATING The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster.
IN_PROGRESS The gkebackup agent in the cluster has begun executing the restore operation.
SUCCEEDED The restore operation has completed successfully. Restored workloads may not yet be operational.
FAILED The restore operation has failed.
DELETING This Restore resource is in the process of being deleted.