Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class State.
Possible values for state of the Restore.
Protobuf type google.cloud.gkebackup.v1.Restore.State
Methods
name
value
mixed
value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
The Restore resource is in the process of being created.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster.
Generated from protobuf enum CREATING = 1;
IN_PROGRESS
Value: 2
The gkebackup agent in the cluster has begun executing the restore operation.
Generated from protobuf enum IN_PROGRESS = 2;
SUCCEEDED
Value: 3
The restore operation has completed successfully. Restored workloads may not yet be operational.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
The restore operation has failed.
Generated from protobuf enum FAILED = 4;
DELETING
Value: 5
This Restore resource is in the process of being deleted.
Generated from protobuf enum DELETING = 5;