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