StandbyVirtualMachinePoolElasticityProfileResponse

data class StandbyVirtualMachinePoolElasticityProfileResponse(val maxReadyCapacity: Double, val minReadyCapacity: Double? = null)

Details of the elasticity profile.

Constructors

constructor(maxReadyCapacity: Double, minReadyCapacity: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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