OBJECT

HypervVirtualMachineMountSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HypervVirtualMachineMountSummary {
  • # Supported in v5.0+
  • hostId: String
  • # Supported in v5.0+
  • hostName: String
  • # Required. Supported in v5.0+
  • id: String!
  • # Required. Supported in v5.0+
  • isReady: Boolean!
  • # Supported in v5.0+
  • mountRequestId: String
  • # Supported in v5.0+
  • mountedVmId: String
  • # Supported in v5.0+
  • mountedVmName: String
  • # Required. Supported in v5.0+
  • snapshotDate: DateTime
  • # Supported in v5.0+
  • unmountRequestId: String
  • # Required. Supported in v5.0+
  • vmId: String!
  • # Required. Supported in v5.0+
  • vmName: String!
  • # Supported in v9.1+
  • # The name of the target virtual machine.
  • targetVmName: String
  • # Supported in v9.1+
  • # The number of disks attached to the target virtual machine, if the mount is a
  • # disk-level mount.
  • attachedDiskCount: Int
  • # Supported in v9.1+
  • # A boolean field that indicates whether the mount is a disk-level mount.
  • isDiskLevelMount: Boolean
  • powerStatus: HypervVirtualMachineMountSummaryPowerStatus!
  • }