InstanceTypeHypervisor

public enum InstanceTypeHypervisor : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case nitro = "nitro"
  • xen

    Undocumented

    Declaration

    Swift

    case xen = "xen"
  • Declaration

    Swift

    public var description: String { get }