Autoscaling Settings Args
data class AutoscalingSettingsArgs(val algorithm: Output<AutoscalingSettingsAlgorithm>? = null, val maxNumWorkers: Output<Int>? = null) : ConvertibleToJava<AutoscalingSettingsArgs>
Settings for WorkerPool autoscaling.
Constructors
Link copied to clipboard
fun AutoscalingSettingsArgs(algorithm: Output<AutoscalingSettingsAlgorithm>? = null, maxNumWorkers: Output<Int>? = null)