OBJECT

ReplicationPairConfigDetails

Description

Configuration details about the replication pair of Rubrik clusters.

link GraphQL Schema definition

  • type ReplicationPairConfigDetails {
  • # Denotes private IP or NAT configuration.
  • setupType: String!
  • # Source Rubrik cluster gateway information.
  • sourceGateway: GatewayInfo
  • # Target Rubrik cluster gateway information.
  • targetGateway: GatewayInfo
  • }