state property
The current state of the Restore.
Output only. Possible string values are:
- "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.
Implementation
core.String? state;