OBJECT
NutanixLiveMount
Description
Nutanix virtual machine live mount.
link GraphQL Schema definition
- type NutanixLiveMount {
- # Number of disks attached to the target virtual machine.
- : Int!
- # CDM ID of the live mount.
- : String!
- # Cluster of the live mount.
- : Cluster!
- # Fid of the live mount.
- : UUID!
- # Indicates whether the mount is a disk mount.
- : Boolean!
- # Specifies if the mounted virtual machine does not have migration enabled.
- : Boolean!
- # Describes if the live mount is ready.
- : Boolean!
- # Migration job instance ID. This is applicable only if the mounted virtual
- # machine is being migrated.
- : String
- # Status of the migration job. This is applicable only if the mounted virtual
- # machine is being migrated.
- : String
- # Mount job instance ID.
- : String!
- # Specification of the live mount in JSON string.
- : String!
- # Mount Status of the Virtual Machine. If the CDM cluster is disconnected, then
- # None is returned.
- : NutanixVmMountStatus
- # Time when the virtual machine was mounted. This may be set to null if the mount
- # specification does not contain this information.
- : DateTime
- # ID of the mounted virtual machine. This may be set to null if the mount
- # specification does not contain this information.
- : String
- # CDM ID of the mounted virtual machine. This may be set to null if the mount
- # specification does not contain this information.
- : String
- # Name of the live mount.
- : String!
- # ID of the Nutanix cluster.
- : String!
- # CDM ID of the Nutanix cluster.
- : String!
- # Name of the Nutanix cluster.
- : String!
- # Organization ID of the live mount.
- : String!
- # Owner ID of the live mount.
- : String!
- # 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'.
- : String!
- # Time when the snapshot was taken. This may be set to null if the mount
- # specification does not contain this information.
- : DateTime
- # Rubrik CDM ID of the snapshot used for the Live Mount.
- : String!
- # Source snapshot of the Live Mount.
- : CdmSnapshot!
- # ID of the source virtual machine.
- : String!
- # CDM ID of the source virtual machine.
- : String!
- # Name of the source virtual machine.
- : 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.
- : String
- # Unmount job instance ID.
- : String!
- }
link Require by
- NutanixLiveMountConnectionPaginated list of NutanixLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- NutanixLiveMountEdgeWrapper around the NutanixLiveMount object. This wrapper is used for pagination.