state property

String? state
getter/setter pair

State of the RestorePlan.

This State field reflects the various stages a RestorePlan can be in during the Create operation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default first value for Enums.
  • "CLUSTER_PENDING" : Waiting for cluster state to be RUNNING.
  • "READY" : The RestorePlan has successfully been created and is ready for Restores.
  • "FAILED" : RestorePlan creation has failed.
  • "DELETING" : The RestorePlan is in the process of being deleted.

Implementation

core.String? state;