AutoscaleCapacityArgs

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
constructor(maxInstanceCount: Output<Int>? = null, minInstanceCount: Output<Int>? = null)

Properties

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

The maximum instance count of the cluster

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

The minimum instance count of the cluster

Functions

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