ENUM

HypervMountedVmStatusType

Description

The connection status of Hyper-V Host server.

link GraphQL Schema definition

  • enum HypervMountedVmStatusType {
  • # Hyper-V Live Mount
  • # is Mounted.
  • MOUNTED
  • # Hyper-V Live Mount
  • # is Mounting.
  • MOUNTING
  • # Hyper-V Live Mount
  • # is Powered Off.
  • POWEREDOFF
  • # Hyper-V Live Mount
  • # is Powered On.
  • POWEREDON
  • # Hyper-V Live Mount
  • # is Powering Off.
  • POWERINGOFF
  • # Hyper-V Live Mount
  • # is Powering On.
  • POWERINGON
  • # Hyper-V Live Mount virtual machine status could
  • # not be parsed.
  • UNKNOWN
  • # Hyper-V Live Mount
  • # is Unmounting.
  • UNMOUNTING
  • }