AWSEC2OnDemandAllocationStrategy
Objective-C
NS_ENUM(NSInteger, AWSEC2OnDemandAllocationStrategy) {
AWSEC2OnDemandAllocationStrategyUnknown,
AWSEC2OnDemandAllocationStrategyLowestPrice,
AWSEC2OnDemandAllocationStrategyPrioritized,
}
Swift
enum AWSEC2OnDemandAllocationStrategy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyLowestPrice
Swift
case lowestPrice = 1
-
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyPrioritized
Swift
case prioritized = 2