ENUM

VsphereMountStatus

Description

Vsphere Live Mount status.

link GraphQL Schema definition

  • enum VsphereMountStatus {
  • # Vsphere Live Mount is available.
  • DATASTORE_MOUNTED
  • # Vsphere Live Mount is unavailable.
  • MIGRATING_DATASTORE
  • # Vsphere Live Mount is mounting.
  • MOUNTING
  • # Vsphere Live Mount is powering off.
  • POWERED_OFF
  • # Vsphere Live Mount is powering on.
  • POWERED_ON
  • # Vsphere Live Mount status is unknown.
  • UNKNOWN
  • # Vsphere Live Mount is unmounting.
  • UNMOUNTING
  • }