state property

String? state
getter/setter pair

WorkerPool state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State of the WorkerPool is unknown.
  • "CREATING" : WorkerPool is being created.
  • "RUNNING" : WorkerPool is running.
  • "DELETING" : WorkerPool is being deleted: cancelling builds and draining workers.
  • "DELETED" : WorkerPool is deleted.
  • "UPDATING" : WorkerPool is being updated; new builds cannot be run.

Implementation

core.String? state;