PriorityMixPolicyArgs

data class PriorityMixPolicyArgs(val baseRegularPriorityCount: Output<Int>? = null, val regularPriorityPercentageAboveBase: Output<Int>? = null) : ConvertibleToJava<PriorityMixPolicyArgs>

Specifies the target splits for Spot and Regular priority VMs within a scale set with flexible orchestration mode. With this property the customer is able to specify the base number of regular priority VMs created as the VMSS flex instance scales out and the split between Spot and Regular priority VMs after this base target has been reached.

Constructors

Link copied to clipboard
constructor(baseRegularPriorityCount: Output<Int>? = null, regularPriorityPercentageAboveBase: Output<Int>? = null)

Properties

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

The base number of regular priority VMs that will be created in this scale set as it scales out.

Link copied to clipboard

The percentage of VM instances, after the base regular priority count has been reached, that are expected to use regular priority.

Functions

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