OBJECT
HyperVLiveMount
Description
HyperV live mount.
link GraphQL Schema definition
- type HyperVLiveMount {
- # Describes if the live mount is ready.
- Boolean! :
- # Name of the live mount.
- String! :
- # Name of the source virtual machine.
- String! :
- # Specification of the live mount in JSON string.
- String! :
- # Host name of the server where Hyper-V virtual machine is live mounted.
- String! :
- # Time when the snapshot was mounted.
- DateTime :
- # Describes if the mount is a disk mount.
- Boolean! :
- # Name of the target virtual machine for disk mount.
- String :
- # Number of disks attached to the target virtual machine.
- Int! :
- # Power Status of HyperV Live Mount.
- HypervMountedVmStatusType! :
- # Fid of the live mount.
- UUID! :
- # ID of the source virtual machine..
- UUID! :
- # ID of the mounted virtual machine..
- UUID! :
- # ID of the HyperV server.
- UUID! :
- # Source snapshot of the live mount.
- CdmSnapshot :
- # Cluster of the live mount.
- Cluster! :
- # 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.