CreateReplicationPairInput
Request to create a replication pair between two Rubrik clusters.
Fields
| Field | Type | Description |
|---|---|---|
| networkInterface | NetworkInterfaceSelection | Network interface names for communication between the source and target clusters. This applies only to the private network setup type. |
| setupType | ReplicationSetupType! | NAT or Private replication setup type. |
| sourceClusterUuid | UUID! | Source Rubrik cluster UUID. |
| sourceGateway | ReplicationGatewayInfo | Gateway information of the source cluster when using the NAT setup type. |
| targetClusterUuid | UUID! | Target Rubrik cluster UUID. |
| targetGateway | ReplicationGatewayInfo | Gateway information of the target cluster when using the NAT setup type. |
| useIpv6 | Boolean | Whether to use IPv6 for replication pairing. |