GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs

data class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs(val maxSize: Output<String>? = null, val minSize: Output<String>? = null) : ConvertibleToJava<GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs>

Autoscale defines the autoscaling policy of a worker pool.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleArgs

Properties

Link copied to clipboard
val maxSize: Output<String>? = null

The maximal number of workers. Must be equal to or greater than min_size.

Link copied to clipboard
val minSize: Output<String>? = null

The minimal number of workers. Must be greater than 0.