AutoscalingSettingsArgs

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)

Functions

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

Properties

Link copied to clipboard

The algorithm to use for autoscaling.

Link copied to clipboard
val maxNumWorkers: Output<Int>? = null

The maximum number of workers to cap scaling at.