ScaleSetStandbyPoolElasticityProfileArgs

data class ScaleSetStandbyPoolElasticityProfileArgs(val maxReadyCapacity: Output<Int>, val minReadyCapacity: Output<Int>) : ConvertibleToJava<ScaleSetStandbyPoolElasticityProfileArgs>

Constructors

Link copied to clipboard
constructor(maxReadyCapacity: Output<Int>, minReadyCapacity: Output<Int>)

Properties

Link copied to clipboard
val maxReadyCapacity: Output<Int>

Specifies the maximum number of virtual machines in the standby pool.

Link copied to clipboard
val minReadyCapacity: Output<Int>

Specifies the desired minimum number of virtual machines in the standby pool.

Functions

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