AWSEC2OnDemandAllocationStrategy
Objective-C
NS_ENUM(NSInteger, AWSEC2OnDemandAllocationStrategy) {
AWSEC2OnDemandAllocationStrategyUnknown,
AWSEC2OnDemandAllocationStrategyLowestPrice,
AWSEC2OnDemandAllocationStrategyPrioritized,
}
Swift
enum AWSEC2OnDemandAllocationStrategy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyLowestPriceSwift
case lowestPrice = 1 -
Undocumented
Declaration
Objective-C
AWSEC2OnDemandAllocationStrategyPrioritizedSwift
case prioritized = 2
View on GitHub
Install in Dash
AWSEC2OnDemandAllocationStrategy Enumeration Reference