Worker Pool Args
data class WorkerPoolArgs(val autoscale: Output<GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs>? = null, val channel: Output<String>? = null, val instanceId: Output<String>? = null, val name: Output<String>? = null, val parent: Output<String>? = null, val poolId: Output<String>? = null, val project: Output<String>? = null, val workerConfig: Output<GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigArgs>? = null, val workerCount: Output<String>? = null) : ConvertibleToJava<WorkerPoolArgs>
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
.
Constructors
Link copied to clipboard
constructor(autoscale: Output<GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs>? = null, channel: Output<String>? = null, instanceId: Output<String>? = null, name: Output<String>? = null, parent: Output<String>? = null, poolId: Output<String>? = null, project: Output<String>? = null, workerConfig: Output<GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigArgs>? = null, workerCount: Output<String>? = null)
Properties
Link copied to clipboard
The autoscale policy to apply on a pool.
Link copied to clipboard
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
The desired number of workers in the worker pool. Must be a value between 0 and 15000.