OBJECT

ReplicationSource

Description

Replication source for a given replication target.

link GraphQL Schema definition

  • type ReplicationSource {
  • # UUID of the cluster.
  • id: String!
  • # UUID of the source cluster.
  • sourceClusterUuid: UUID!
  • # Name of the source cluster.
  • sourceClusterName: String!
  • # IP address of the source cluster.
  • sourceClusterAddress: String
  • # Total replicated storage on the target cluster from the source cluster.
  • totalStorage: Long
  • }