Enum WorkerPool.Types.State (2.0.0)

public enum State

State of the WorkerPool.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

Name Description
Creating

WorkerPool is being created.

Deleted

WorkerPool is deleted.

Deleting

WorkerPool is being deleted: cancelling builds and draining workers.

Running

WorkerPool is running.

Unspecified

State of the WorkerPool is unknown.