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.
  • 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