OBJECT

ExchangeLiveMount

Description

Exchange live mount.

link GraphQL Schema definition

  • type ExchangeLiveMount {
  • # Describes if the live mount is ready.
  • isReady: Boolean!
  • # NodeId of the node with the live mount.
  • nodeCompositeId: String!
  • # Node Ip of the node with the live mount.
  • nodeIp: String!
  • # Fid of the live mount.
  • id: UUID!
  • # CDM ID of the live mount.
  • cdmId: UUID!
  • # Source snapshot of the live mount.
  • sourceSnapshot: CdmSnapshot!
  • # Cluster of the live mount.
  • cluster: Cluster!
  • # Source database of the live mount.
  • sourceDatabase: ExchangeDatabase
  • }