OBJECT
HyperVLiveMount
Description
HyperV live mount.
link GraphQL Schema definition
- type HyperVLiveMount {
- # Number of disks attached to the target virtual machine.
- : Int!
- # Cluster of the live mount.
- : Cluster!
- # Fid of the live mount.
- : UUID!
- # Describes if the mount is a disk mount.
- : Boolean!
- # Describes if the live mount is ready.
- : Boolean!
- # Specification of the live mount in JSON string.
- : String!
- # Time when the snapshot was mounted.
- : DateTime
- # ID of the mounted virtual machine..
- : UUID!
- # Power Status of HyperV Live Mount.
- : HypervMountedVmStatusType!
- # Name of the live mount.
- : String!
- # ID of the HyperV server.
- : UUID!
- # Host name of the server where Hyper-V virtual machine is live mounted.
- : String!
- # Source snapshot of the live mount.
- : CdmSnapshot
- # Name of the source virtual machine.
- : String!
- # ID of the source virtual machine..
- : UUID!
- # Name of the target virtual machine for disk mount.
- : String
- # ID of the target virtual machine for disk mount.
- : UUID
- }
link Require by
- HyperVLiveMountConnectionPaginated list of HyperVLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- HyperVLiveMountEdgeWrapper around the HyperVLiveMount object. This wrapper is used for pagination.