OBJECT
VolumeGroupLiveMount
Description
Volume group live mount.
link GraphQL Schema definition
- type VolumeGroupLiveMount {
- # Operations that the user is authorized to perform.
- : AuthorizedOperations!
- # Cluster of the live mount.
- : Cluster!
- # Fid of the live mount.
- : String!
- # Describes if the live mount is ready.
- : Boolean!
- # Path where the live mount is mounted.
- : String
- # Id of the mount request.
- : String
- # Timestamp when the mount was created.
- : DateTime
- # Mounted volumes in the live mount.
- : [MountedVolume!]!
- # Name of the live mount.
- : String!
- # Composite Id of the node in the live mount.
- : String
- # IP of the node in the live mount.
- : String
- # Path of the bare-metal restore script.
- : String
- # Name of SMB share.
- : String
- # Source host of the live mount.
- : PhysicalHost!
- # Source snapshot of the live mount.
- : CdmSnapshot!
- # Id of the source volume group in the live mount.
- : String!
- # Id of the target host.
- : String
- # Name of the target host.
- : String
- # Id of the unmount request.
- : String
- }
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.