Autoscale Capacity Args
data class AutoscaleCapacityArgs(val maxInstanceCount: Output<Int>? = null, val minInstanceCount: Output<Int>? = null) : ConvertibleToJava<AutoscaleCapacityArgs>
The load-based autoscale request parameters
Constructors
Link copied to clipboard
fun AutoscaleCapacityArgs(maxInstanceCount: Output<Int>? = null, minInstanceCount: Output<Int>? = null)