OBJECT

TprReplicationPair

Description

Details of the replication pair, including the names of the source and target clusters.

link GraphQL Schema definition

  • type TprReplicationPair {
  • # Source Cluster Name.
  • sourceClusterName: String!
  • # Target Cluster Name.
  • targetClusterName: String!
  • # Existing configuration details JSON string.
  • existingConfigDetails: String!
  • # New configuration details JSON string.
  • newConfigDetails: String!
  • }