ENUM

HostRegisterOsType

Description

Host register OS type.

link GraphQL Schema definition

  • enum HostRegisterOsType {
  • # Host register Aix OS Type.
  • HOST_REGISTER_OS_TYPE_AIX
  • # Host register Hpux OS Type.
  • HOST_REGISTER_OS_TYPE_HPUX
  • # Host register Linux OS type.
  • HOST_REGISTER_OS_TYPE_LINUX
  • # Host register Sun OS Type.
  • HOST_REGISTER_OS_TYPE_SUN_OS
  • # Host register Windows OS type.
  • HOST_REGISTER_OS_TYPE_WINDOWS
  • }