OBJECT

ReplicationPairConfigDetails

Description

Configuration details about the replication pair of Rubrik clusters.

link GraphQL Schema definition

  • type ReplicationPairConfigDetails {
  • # Denotes private IP or NAT configuration.
  • setupType: String!
  • # Source Rubrik cluster gateway information.
  • sourceGateway: GatewayInfo
  • # Target Rubrik cluster gateway information.
  • targetGateway: GatewayInfo
  • # Network interface names for communication between the source and target
  • # clusters. This only applies to the private network setup type.
  • networkInterface: NetworkInterfaceSelectionType
  • # Network interface names and types for communication between the source and
  • # target clusters. This only applies to the private network setup type.
  • sourceNetworkInterfaceDetails: ClusterNetworkInterfaceDetails
  • # Network interface names and types for communication between the source and
  • # target clusters. This only applies to the private network setup type.
  • targetNetworkInterfaceDetails: ClusterNetworkInterfaceDetails
  • }