HypervisorType

public enum HypervisorType : String, CustomStringConvertible, Codable

Undocumented

  • ovm

    Undocumented

    Declaration

    Swift

    case ovm = "ovm"
  • xen

    Undocumented

    Declaration

    Swift

    case xen = "xen"
  • Declaration

    Swift

    public var description: String { get }