OBJECT
VsphereLiveMount
Description
Live Mount of a vSphere Virtual Machine.
link GraphQL Schema definition
- type VsphereLiveMount {
- # ID of the vSphere Live Mount.
- String! :
- # CDM ID of the vSphere Live Mount.
- String! :
- # Ready status of the vSphere Live Mount.
- Boolean! :
- # Vcenter ID of the Live Mount.
- String! :
- # Whether or not the mount has an attaching disk.
- Boolean! :
- # Attaching disk count of the Live Mount.
- Int! :
- # Mount timestamp of the vSphere Live Mount.
- DateTime :
- # Migrate datastore request id of the vSphere Live Mount.
- String! :
- # Vcenter of the Live Mount.
- VsphereVcenter :
- # Cluster id of the vSphere Live Mount.
- Cluster! :
- # Status of the vSphere Live Mount.
- VsphereLiveMountStatus! :
- # Source Virtual Machine of the vSphere Live Mount.
- VsphereVm :
- # Source snapshot of the vSphere Live Mount.
- CdmSnapshot :
- # Host of the vSphere Live Mount.
- VsphereHost :
- # Name of the vSphere Live Mount.
- String :
- # New Virtual Machine of the vSphere Live Mount.
- VsphereVm :
- }
link Require by
- VsphereLiveMountConnectionPaginated list of VsphereLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- VsphereLiveMountEdgeWrapper around the VsphereLiveMount object. This wrapper is used for pagination.