Module: Google::Cloud::GkeBackup::V1::BackupPlan::State
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/backup_plan.rb
Overview
State
Constant Summary collapse
- STATE_UNSPECIFIED =
Default first value for Enums.
0
- CLUSTER_PENDING =
Waiting for cluster state to be RUNNING.
1
- PROVISIONING =
The BackupPlan is in the process of being created.
2
- READY =
The BackupPlan has successfully been created and is ready for Backups.
3
- FAILED =
BackupPlan creation has failed.
4
- DEACTIVATED =
The BackupPlan has been deactivated.
5
- DELETING =
The BackupPlan is in the process of being deleted.
6