OBJECT

NutanixLiveMount

Description

Nutanix virtual machine live mount.

link GraphQL Schema definition

  • type NutanixLiveMount {
  • # CDM ID of the live mount.
  • cdmId: String!
  • # Describes if the live mount is ready.
  • isVmReady: Boolean!
  • # Organization ID of the live mount.
  • organizationId: String!
  • # Owner ID of the live mount.
  • ownerId: String!
  • # Name of the live mount.
  • name: String!
  • # Rubrik CDM ID of the snapshot used for the Live Mount.
  • snapshotId: String!
  • # Specification of the live mount in JSON string.
  • mountSpec: String!
  • # Mount job instance ID.
  • mountJobInstanceId: String!
  • # Unmount job instance ID.
  • unmountJobInstanceId: String!
  • # CDM ID of the mounted virtual machine. This may be set to null if the mount
  • # specification does not contain this information.
  • mountedVmId: String
  • # CDM ID of the source virtual machine.
  • sourceVmId: String!
  • # Name of the source virtual machine.
  • sourceVmName: String!
  • # CDM ID of the Nutanix cluster.
  • nutanixClusterId: String!
  • # Name of the Nutanix cluster.
  • nutanixClusterName: String!
  • # Specifies if the mounted virtual machine does not have migration enabled.
  • isMigrationDisabled: Boolean!
  • # Status of the migration job. This is applicable only if the mounted virtual
  • # machine is being migrated.
  • migrationJobStatus: String
  • # Migration job instance ID. This is applicable only if the mounted virtual
  • # machine is being migrated.
  • migrationJobInstanceId: String
  • # Nutanix storage container where the mounted virtual machine will be migrated.
  • # This is applicable only if migration is not enabled on the virtual machine.
  • storageContainerName: String
  • # Time when the virtual machine was mounted. This may be set to null if the mount
  • # specification does not contain this information.
  • mountedDate: DateTime
  • # Time when the snapshot was taken. This may be set to null if the mount
  • # specification does not contain this information.
  • snapshotDate: DateTime
  • # ID of the source virtual machine.
  • sourceVmFid: String!
  • # ID of the mounted virtual machine. This may be set to null if the mount
  • # specification does not contain this information.
  • mountedVmFid: String
  • # ID of the Nutanix cluster.
  • nutanixClusterFid: String!
  • # Fid of the live mount.
  • id: UUID!
  • # Cluster of the live mount.
  • cluster: Cluster!
  • # Source snapshot of the Live Mount.
  • sourceSnapshot: CdmSnapshot!
  • # Power Status of the Virtual Machine. It is set to 'ON' or 'OFF'. If the CDM
  • # cluster is disconnected, then it is set to 'Unknown'.
  • powerStatus: String!
  • # Mount Status of the Virtual Machine. If the CDM cluster is disconnected, then
  • # None is returned.
  • mountStatus: NutanixVmMountStatus
  • }