Regular Priority Profile Response
data class RegularPriorityProfileResponse(val allocationStrategy: String? = null, val capacity: Int? = null, val minCapacity: Int? = null)
Configuration Options for Regular instances in Compute Fleet.
Properties
Link copied to clipboard
Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
Link copied to clipboard
Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.