public enum Backup.Types.StateReference documentation and code samples for the Backup for GKE v1 API enum Backup.Types.State.
State
Namespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Fields |
|
|---|---|
| Name | Description |
Creating |
The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster. |
Deleting |
This Backup resource (and its associated artifacts) is in the process of being deleted. |
Failed |
The backup operation has failed. |
InProgress |
The gkebackup agent in the cluster has begun executing the backup operation. |
Succeeded |
The backup operation has completed successfully. |
Unspecified |
The Backup resource is in the process of being created. |