Orchestrated Virtual Machine Scale Set Priority Mix Args
data class OrchestratedVirtualMachineScaleSetPriorityMixArgs(val baseRegularCount: Output<Int>? = null, val regularPercentageAboveBase: Output<Int>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetPriorityMixArgs>
Properties
Link copied to clipboard
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
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
.