ScalingConfigurationProperties

data class ScalingConfigurationProperties(val maxInstanceCount: Int, val minInstanceCount: Int)

Specifies the boundaries of the compute node group auto scaling.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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