INPUT_OBJECT
UpdateReplicationTargetInput
Description
Request to update replication target information.
link GraphQL Schema definition
- input UpdateReplicationTargetInput {
- # 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! :
- }