CRAllocationStrategy
public enum CRAllocationStrategy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case bestFit = "BEST_FIT"
-
Undocumented
Declaration
Swift
case bestFitProgressive = "BEST_FIT_PROGRESSIVE"
-
Undocumented
Declaration
Swift
case spotCapacityOptimized = "SPOT_CAPACITY_OPTIMIZED"
-
Declaration
Swift
public var description: String { get }