KnownDistributionStrategy enum
The distribution strategy for zone allocation
Fields
| BestEffortBalanced | Platform attempts to evenly distribute VMs across all available zones with best effort |
| BestEffortSingleZone | Platform attempts to place as many VMs as possible in a single zone, falls back to multiple zones if needed |
| Prioritized | Platform uses customer-provided zone rankings to allocate VMs |
| StrictBalanced | Platform must evenly distribute VMs across zones, request is rejected if exact balance cannot be achieved |