OrchestratedVirtualMachineScaleSetPriorityMixArgs

data class OrchestratedVirtualMachineScaleSetPriorityMixArgs(val baseRegularCount: Output<Int>? = null, val regularPercentageAboveBase: Output<Int>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetPriorityMixArgs>

Constructors

constructor(baseRegularCount: Output<Int>? = null, regularPercentageAboveBase: Output<Int>? = null)

Properties

Link copied to clipboard
val baseRegularCount: Output<Int>? = null

Specifies the base number of VMs of Regular priority that will be created before any VMs of priority Spot are created. Possible values are integers between 0 and 1000. Defaults to 0.

Link copied to clipboard
val regularPercentageAboveBase: Output<Int>? = null

Specifies the desired percentage of VM instances that are of Regular priority after the base count has been reached. Possible values are integers between 0 and 100. Defaults to 0.

Functions

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