ENUM

HypervHostStatusType

Description

The connection status of Hyper-V object.

link GraphQL Schema definition

  • enum HypervHostStatusType {
  • # Hyper-V object is connected.
  • CONNECTED
  • # Hyper-V object is connecting.
  • CONNECTING
  • # Hyper-V object is deleted.
  • DELETED
  • # Hyper-V object is deleting.
  • DELETING
  • # Hyper-V object is disconnected.
  • DISCONNECTED
  • # Some servers in the Hyper-V cluster are connected.
  • PARTIALLYCONNECTED
  • # Hyper-V object is refreshing.
  • REFRESHING
  • # Hyper-V object status could
  • # not be parsed.
  • UNKNOWN
  • }