CRType
public enum CRType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ec2 = "EC2" -
Undocumented
Declaration
Swift
case spot = "SPOT" -
Declaration
Swift
public var description: String { get }
View on GitHub
CRType Enumeration Reference