AutoscaleSettingProfileCapacityArgs

data class AutoscaleSettingProfileCapacityArgs(val default: Output<Int>, val maximum: Output<Int>, val minimum: Output<Int>) : ConvertibleToJava<AutoscaleSettingProfileCapacityArgs>

Constructors

Link copied to clipboard
constructor(default: Output<Int>, maximum: Output<Int>, minimum: Output<Int>)

Properties

Link copied to clipboard
val default: Output<Int>

The number of instances that are available for scaling if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. Valid values are between 0 and 1000.

Link copied to clipboard
val maximum: Output<Int>

The maximum number of instances for this resource. Valid values are between 0 and 1000.

Link copied to clipboard
val minimum: Output<Int>

The minimum number of instances for this resource. Valid values are between 0 and 1000.

Functions

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