OBJECT
ExchangeLiveMount
Description
Exchange live mount.
link GraphQL Schema definition
- type ExchangeLiveMount {
- # Describes if the live mount is ready.
- Boolean! :
- # NodeId of the node with the live mount.
- String! :
- # Node Ip of the node with the live mount.
- String! :
- # Fid of the live mount.
- UUID! :
- # CDM ID of the live mount.
- UUID! :
- # Source snapshot of the live mount.
- CdmSnapshot! :
- # Cluster of the live mount.
- Cluster! :
- # Source database of the live mount.
- ExchangeDatabase :
- }
link Require by
- ExchangeLiveMountConnectionPaginated list of ExchangeLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ExchangeLiveMountEdgeWrapper around the ExchangeLiveMount object. This wrapper is used for pagination.