state property
WorkerPool state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State of the
WorkerPoolis unknown. - "CREATING" :
WorkerPoolis being created. - "RUNNING" :
WorkerPoolis running. - "DELETING" :
WorkerPoolis being deleted: cancelling builds and draining workers. - "DELETED" :
WorkerPoolis deleted. - "UPDATING" :
WorkerPoolis being updated; new builds cannot be run.
Implementation
core.String? state;