Get Worker Pool Result
data class GetWorkerPoolResult(val autoscale: GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleResponse, val channel: String, val name: String, val state: String, val workerConfig: GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigResponse, val workerCount: String)
Constructors
Link copied to clipboard
constructor(autoscale: GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleResponse, channel: String, name: String, state: String, workerConfig: GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigResponse, workerCount: String)
Properties
Link copied to clipboard
The autoscale policy to apply on a pool.
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.