status property

String? status
getter/setter pair

Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.

Output only. Possible string values are:

  • "STATUS_UNSPECIFIED"
  • "CREATING" : Rolling forward - creating VMs.
  • "ROLLING_BACK" : Rolling back - cleaning up after an error.
  • "DONE" : Done

Implementation

core.String? status;