Module: Google::Cloud::GkeBackup::V1::Restore::State
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/restore.rb
Overview
Possible values for state of the Restore.
Constant Summary collapse
- STATE_UNSPECIFIED =
The Restore resource is in the process of being created.
0
- CREATING =
The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster.
1
- IN_PROGRESS =
The gkebackup agent in the cluster has begun executing the restore operation.
2
- SUCCEEDED =
The restore operation has completed successfully. Restored workloads may not yet be operational.
3
- FAILED =
The restore operation has failed.
4
- DELETING =
This Restore resource is in the process of being deleted.
5