state property
Current state of the Backup
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The Backup resource is in the process of being created.
- "CREATING" : The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster.
- "IN_PROGRESS" : The gkebackup agent in the cluster has begun executing the backup operation.
- "SUCCEEDED" : The backup operation has completed successfully.
- "FAILED" : The backup operation has failed.
- "DELETING" : This Backup resource (and its associated artifacts) is in the process of being deleted.
Implementation
core.String? state;