AWSEC2SpotAllocationStrategy
Objective-C
NS_ENUM(NSInteger, AWSEC2SpotAllocationStrategy) {
AWSEC2SpotAllocationStrategyUnknown,
AWSEC2SpotAllocationStrategyLowestPrice,
AWSEC2SpotAllocationStrategyDiversified,
AWSEC2SpotAllocationStrategyCapacityOptimized,
}
Swift
enum AWSEC2SpotAllocationStrategy : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SpotAllocationStrategyUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2SpotAllocationStrategyLowestPrice
Swift
case lowestPrice = 1
-
Undocumented
Declaration
Objective-C
AWSEC2SpotAllocationStrategyDiversified
Swift
case diversified = 2
-
Undocumented
Declaration
Objective-C
AWSEC2SpotAllocationStrategyCapacityOptimized
Swift
case capacityOptimized = 3