Backup for GKE V1 API - Module Google::Cloud::GkeBackup::V1::BackupPlan::State (v0.9.0)

Reference documentation and code samples for the Backup for GKE V1 API module Google::Cloud::GkeBackup::V1::BackupPlan::State.

State

Constants

STATE_UNSPECIFIED

value: 0
Default first value for Enums.

CLUSTER_PENDING

value: 1
Waiting for cluster state to be RUNNING.

PROVISIONING

value: 2
The BackupPlan is in the process of being created.

READY

value: 3
The BackupPlan has successfully been created and is ready for Backups.

FAILED

value: 4
BackupPlan creation has failed.

DEACTIVATED

value: 5
The BackupPlan has been deactivated.

DELETING

value: 6
The BackupPlan is in the process of being deleted.