Enum WorkerPool.Types.State (1.3.0)

public enum State

State of the WorkerPool.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
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.