public enum Restore.Types.State
Reference documentation and code samples for the Backup for GKE v1 API enum Restore.Types.State.
Possible values for state of the Restore.
Namespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Fields |
|
---|---|
Name | Description |
Creating |
The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster. |
Deleting |
This Restore resource is in the process of being deleted. |
Failed |
The restore operation has failed. |
InProgress |
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. |
Unspecified |
The Restore resource is in the process of being created. |