WorkerPool

Creates a new worker pool with a specified size and configuration. Returns a long running operation which contains a worker pool on completion. While the long running operation is in progress, any call to GetWorkerPool returns a worker pool in state CREATING.

Properties

Link copied to clipboard

The autoscale policy to apply on a pool.

Link copied to clipboard
val channel: Output<String>

Channel specifies the release channel of the pool.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>
Link copied to clipboard
val name: Output<String>

WorkerPool resource name formatted as: projects/[PROJECT_ID]/instances/[INSTANCE_ID]/workerpools/[POOL_ID]. name should not be populated when creating a worker pool since it is provided in the poolId field.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the worker pool.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Specifies the properties, such as machine type and disk size, used for creating workers in a worker pool.

Link copied to clipboard
val workerCount: Output<String>

The desired number of workers in the worker pool. Must be a value between 0 and 15000.