INPUT_OBJECT

CreateReplicationPairInput

Description

Request to create a replication pair between two Rubrik clusters.

link GraphQL Schema definition

  • input CreateReplicationPairInput {
  • # Gateway information of the source cluster when using the NAT setup type.
  • sourceGateway: ReplicationGatewayInfo
  • # Gateway information of the target cluster when using the NAT setup type.
  • targetGateway: ReplicationGatewayInfo
  • # Network interface for communication between the source and target clusters.
  • targetNetworkInterface: NetworkInterfaceDetails
  • # Source Rubrik cluster UUID.
  • sourceClusterUuid: UUID!
  • # Target Rubrik cluster UUID.
  • targetClusterUuid: UUID!
  • # NAT or Private replication setup type.
  • setupType: ReplicationSetupType!
  • }

link Require by