RegularPriorityProfile interface
Configuration Options for Regular instances in Compute Fleet.
Properties
allocation |
Allocation strategy to follow when determining the VM sizes distribution for Regular VMs. |
capacity | Total capacity to achieve. It is currently in terms of number of VMs. |
min |
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. |
Property Details
allocationStrategy
Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
allocationStrategy?: string
Property Value
string
capacity
Total capacity to achieve. It is currently in terms of number of VMs.
capacity?: number
Property Value
number
minCapacity
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.
minCapacity?: number
Property Value
number