SkuMixPlacementZonePreference interface
Per-zone allocation preference.
Properties
| rank | Rank of the zone. Lower values = higher priority (0 is highest). |
| target |
Best-effort limit to avoid allocating more than this count within the zone. Used with the Prioritized strategy. |
| zone | Logical zone (e.g. "1", "2", "3"). |
Property Details
rank
Rank of the zone. Lower values = higher priority (0 is highest).
rank?: number
Property Value
number
targetMaxCapacity
Best-effort limit to avoid allocating more than this count within the zone. Used with the Prioritized strategy.
targetMaxCapacity?: number
Property Value
number
zone
Logical zone (e.g. "1", "2", "3").
zone: string
Property Value
string