OBJECT
VolumeGroupLiveMount
Description
Volume group live mount.
link GraphQL Schema definition
- type VolumeGroupLiveMount {
- # Name of the live mount.
- String! :
- # Id of the source volume group in the live mount.
- String! :
- # Id of the target host.
- String :
- # Name of the target host.
- String :
- # Timestamp when the mount was created.
- DateTime :
- # Id of the mount request.
- String :
- # Id of the unmount request.
- String :
- # Name of SMB share.
- String :
- # Path of the bare-metal restore script.
- String :
- # Describes if the live mount is ready.
- Boolean! :
- # Mounted volumes in the live mount.
- MountedVolume!]! : [
- # Path where the live mount is mounted.
- String :
- # IP of the node in the live mount.
- String :
- # Composite Id of the node in the live mount.
- String :
- # Source host of the live mount.
- PhysicalHost! :
- # Fid of the live mount.
- String! :
- # Source snapshot of the live mount.
- CdmSnapshot! :
- # Cluster of the live mount.
- Cluster! :
- # Operations that the user is authorized to perform.
- AuthorizedOperations! :
- }
link Require by
- VolumeGroupLiveMountConnectionPaginated list of VolumeGroupLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- VolumeGroupLiveMountEdgeWrapper around the VolumeGroupLiveMount object. This wrapper is used for pagination.