SpotPlacementScoresResponse interface
SpotPlacementScores API response.
Properties
| availability |
Defines if the scope is zonal or regional. |
| desired |
Desired instance count per region/zone based on the scope. |
| desired |
The desired regions |
| desired |
The desired virtual machine SKU sizes. |
| placement |
A placement score indicating the likelihood of successfully allocating the specified Spot VM(s), as well as the expected lifetimes of the Spot VM(s) after allocation. |
Property Details
availabilityZones
Defines if the scope is zonal or regional.
availabilityZones?: boolean
Property Value
boolean
desiredCount
Desired instance count per region/zone based on the scope.
desiredCount?: number
Property Value
number
desiredLocations
The desired regions
desiredLocations?: string[]
Property Value
string[]
desiredSizes
placementScores
A placement score indicating the likelihood of successfully allocating the specified Spot VM(s), as well as the expected lifetimes of the Spot VM(s) after allocation.
placementScores?: PlacementScore[]