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.
- ReplicationGatewayInfo :
- # Gateway information of the target cluster when using the NAT setup type.
- ReplicationGatewayInfo :
- # Network interface names for communication between the source and target
- # clusters. This applies only to the private network setup type.
- NetworkInterfaceSelection :
- # Source Rubrik cluster UUID.
- UUID! :
- # Target Rubrik cluster UUID.
- UUID! :
- # NAT or Private replication setup type.
- ReplicationSetupType! :
- }