state property

String? state
getter/setter pair

State of the BackupPlan.

This State field reflects the various stages a BackupPlan can be in during the Create operation. It will be set to "DEACTIVATED" if the BackupPlan is deactivated on an Update

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;