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
fun WorkerPoolArgs(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)