state property
State of the BackupPlan.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default first value for Enums.
- "CLUSTER_PENDING" : Waiting for cluster state to be RUNNING.
- "PROVISIONING" : The BackupPlan is in the process of being created.
- "READY" : The BackupPlan has successfully been created and is ready for Backups.
- "FAILED" : BackupPlan creation has failed.
- "DEACTIVATED" : The BackupPlan has been deactivated.
- "DELETING" : The BackupPlan is in the process of being deleted.
Implementation
core.String? state;