OBJECT

NutanixVmMountSummary

Description

Supported in v6.0+

link GraphQL Schema definition

  • type NutanixVmMountSummary {
  • # Required. Supported in v6.0+
  • # ID of the Live Mount.
  • id: String!
  • # Required. Supported in v6.0+
  • # Specifies whether the Live Mount is ready.
  • isReady: Boolean!
  • # Supported in v6.0+
  • # ID of the request which initiated the Live Mount.
  • mountRequestId: String
  • # Supported in v6.0+
  • # Timestamp at which the Live Mount was created.
  • mountedDate: DateTime
  • # Supported in v6.0+
  • # ID of the mounted virtual machine.
  • mountedVmId: String
  • # Supported in v6.0+
  • # IP address of the mounted virtual machine.
  • mountedVmIpAddress: String
  • # Supported in v6.0+
  • # Name of the mounted virtual machine.
  • mountedVmName: String
  • # Supported in v6.0+
  • # The power status of the mounted virtual machine.
  • powerStatus: String
  • # Required. Supported in v6.0+
  • # Timestamp of the Nutanix virtual machine snapshot on which the Live Mount is
  • # based.
  • snapshotDate: DateTime
  • # Supported in v6.0+
  • # ID of the Nutanix storage container which contains the mounted virtual disks.
  • storageContainerName: String
  • # Required. Supported in v6.0+
  • # ID of the Nutanix cluster to which the mounted virtual machine belongs.
  • targetNutanixClusterId: String!
  • # Supported in v6.0+
  • # Name of the Nutanix cluster to which the mounted virtual machine belongs.
  • targetNutanixClusterName: String
  • # Supported in v6.0+
  • # ID of the request to delete the Live Mount.
  • unmountRequestId: String
  • # Required. Supported in v6.0+
  • # ID of the source virtual machine of the Live Mount.
  • vmId: String!
  • # Supported in v6.0+
  • # Name of the source virtual machine of the Live Mount.
  • vmName: String
  • # Supported in v7.0+
  • # The status of the migration job for the mounted virtual machine. Valid values
  • # are 'REQUESTED', 'RUNNING', 'SUCCEEDED', and 'FAILED'. An unspecified value
  • # indicates that no migration job has been initiated for the mounted virtual
  • # machine.
  • migrationStatus: String
  • mountStatus: NutanixVmMountStatus
  • }