Reference documentation and code samples for the Backup for GKE V1 API module Google::Cloud::GkeBackup::V1::Backup::State.
State
Constants
STATE_UNSPECIFIED
value: 0
The Backup resource is in the process of being created.
CREATING
value: 1
The Backup resource has been created and the associated BackupJob
Kubernetes resource has been injected into the source cluster.
IN_PROGRESS
value: 2
The gkebackup agent in the cluster has begun executing the backup
operation.
SUCCEEDED
value: 3
The backup operation has completed successfully.
FAILED
value: 4
The backup operation has failed.
DELETING
value: 5
This Backup resource (and its associated artifacts) is in the process
of being deleted.