SpotInstanceType
public enum SpotInstanceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case oneTime = "one-time"
-
Undocumented
Declaration
Swift
case persistent = "persistent"
-
Declaration
Swift
public var description: String { get }