INPUT_OBJECT

ReplicationPairInput

Description

Datacenter replication pair.

link GraphQL Schema definition

  • input ReplicationPairInput {
  • # ID of the source cluster.
  • sourceClusterUuid: UUID!
  • # ID of the target cluster.
  • targetClusterUuid: UUID!
  • }