StandbyVirtualMachinePoolElasticityProfileArgs

data class StandbyVirtualMachinePoolElasticityProfileArgs(val maxReadyCapacity: Output<Double>, val minReadyCapacity: Output<Double>? = null) : ConvertibleToJava<StandbyVirtualMachinePoolElasticityProfileArgs>

Details of the elasticity profile.

Constructors

constructor(maxReadyCapacity: Output<Double>, minReadyCapacity: Output<Double>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val minReadyCapacity: Output<Double>? = null

Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.

Functions

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