ScalingConfigurationPropertiesArgs

data class ScalingConfigurationPropertiesArgs(val maxInstanceCount: Output<Int>, val minInstanceCount: Output<Int>) : ConvertibleToJava<ScalingConfigurationPropertiesArgs>

Specifies the boundaries of the compute node group auto scaling.

Constructors

Link copied to clipboard
constructor(maxInstanceCount: Output<Int>, minInstanceCount: Output<Int>)

Properties

Link copied to clipboard
val maxInstanceCount: Output<Int>

The upper bound of the number of instances allowed in the compute fleet.

Link copied to clipboard
val minInstanceCount: Output<Int>

The lower bound of the number of instances allowed in the compute fleet.

Functions

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