OBJECT
Replication target for a given replication source.
type ReplicationTarget {# UUID of the cluster.id: String! # UUID of the target cluster.targetClusterUuid: UUID! # Name of the target cluster.targetClusterName: String! # IP address of the target cluster.targetClusterAddress: String # Total replicated storage on the target cluster from the source cluster.totalStorage: Long }