OBJECT

VsphereLiveMount

Description

Live Mount of a vSphere Virtual Machine.

link GraphQL Schema definition

  • type VsphereLiveMount {
  • # ID of the vSphere Live Mount.
  • id: String!
  • # CDM ID of the vSphere Live Mount.
  • cdmId: String!
  • # Ready status of the vSphere Live Mount.
  • isReady: Boolean!
  • # Vcenter ID of the Live Mount.
  • vcenterId: String!
  • # Whether or not the mount has an attaching disk.
  • hasAttachingDisk: Boolean!
  • # Attaching disk count of the Live Mount.
  • attachingDiskCount: Int!
  • # Mount timestamp of the vSphere Live Mount.
  • mountTimestamp: DateTime
  • # Migrate datastore request id of the vSphere Live Mount.
  • migrateDatastoreRequestId: String!
  • # Cluster id of the vSphere Live Mount.
  • cluster: Cluster!
  • # Status of the vSphere Live Mount.
  • vmStatus: VsphereLiveMountStatus!
  • # Source Virtual Machine of the vSphere Live Mount.
  • sourceVm: VsphereVm
  • # Source snapshot of the vSphere Live Mount.
  • sourceSnapshot: CdmSnapshot
  • # Host of the vSphere Live Mount.
  • host: VsphereHost
  • # Name of the vSphere Live Mount.
  • newVmName: String
  • # New Virtual Machine of the vSphere Live Mount.
  • mountedVm: VsphereVm
  • }