InstanceLifecycle
public enum InstanceLifecycle : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case spot = "spot"
-
Undocumented
Declaration
Swift
case onDemand = "on-demand"
-
Declaration
Swift
public var description: String { get }