RegularPriorityProfileResponse

data class RegularPriorityProfileResponse(val allocationStrategy: String? = null, val capacity: Int? = null, val minCapacity: Int? = null)

Configuration Options for Regular instances in Compute Fleet.

Constructors

Link copied to clipboard
constructor(allocationStrategy: String? = null, capacity: Int? = null, minCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.

Link copied to clipboard
val capacity: Int? = null

Total capacity to achieve. It is currently in terms of number of VMs.

Link copied to clipboard
val minCapacity: Int? = null

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.