OBJECT

TprReplicationPair

Description

Replication pair details containing source and target cluster names.

link GraphQL Schema definition

  • type TprReplicationPair {
  • # Source Cluster Name.
  • sourceClusterName: String!
  • # Target Cluster Name.
  • targetClusterName: String!
  • }