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