FleetType
public enum FleetType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case onDemand = "ON_DEMAND"
-
Undocumented
Declaration
Swift
case spot = "SPOT"
-
Declaration
Swift
public var description: String { get }