OBJECT
VsphereLiveMount
Description
Live Mount of a vSphere Virtual Machine.
link GraphQL Schema definition
- type VsphereLiveMount {
- # Attaching disk count of the Live Mount.
- : Int!
- # CDM ID of the vSphere Live Mount.
- : String!
- # Cluster id of the vSphere Live Mount.
- : Cluster!
- # Whether or not the mount has an attaching disk.
- : Boolean!
- # Host of the vSphere Live Mount.
- : VsphereHost
- # ID of the vSphere Live Mount.
- : String!
- # Ready status of the vSphere Live Mount.
- : Boolean!
- # Migrate datastore request id of the vSphere Live Mount.
- : String!
- # Mount timestamp of the vSphere Live Mount.
- : DateTime
- # New Virtual Machine of the vSphere Live Mount.
- : VsphereVm
- # Name of the vSphere Live Mount.
- : String
- # Source snapshot of the vSphere Live Mount.
- : CdmSnapshot
- # Source Virtual Machine of the vSphere Live Mount.
- : VsphereVm
- # Timestamp for scheduled unmount job if there is one.
- : DateTime
- # Vcenter of the Live Mount.
- : VsphereVcenter
- # Vcenter ID of the Live Mount.
- : String!
- # Status of the vSphere Live Mount.
- : VsphereLiveMountStatus!
- }
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.