ENUM

GuestOsType

Description

The guest operating system.

link GraphQL Schema definition

  • enum GuestOsType {
  • # Linux operating system.
  • LINUX
  • # Unknown guest operating system type.
  • UNKNOWN
  • # Windows operating system.
  • WINDOWS
  • }