ENUM

ImageOS

The operating system of the image file

link GraphQL Schema definition

  • enum ImageOS {
  • # SmartOS
  • SMARTOS
  • # Linux, e.g. CentOS, Ubuntu, etc.
  • LINUX
  • # A Microsoft Windows OS image
  • WINDOWS
  • # FreeBSD/netBSD
  • BSD
  • # Illumos
  • ILLUMOS
  • # A catch-all for other operating systems
  • OTHER
  • }