OBJECT
ReplicationPairConfigDetails
Description
Configuration details about the replication pair of Rubrik clusters.
link GraphQL Schema definition
- type ReplicationPairConfigDetails {
- # Network interface names for communication between the source and target
- # clusters. This only applies to the private network setup type.
- : NetworkInterfaceSelectionType
- # Denotes private IP or NAT configuration.
- : String!
- # Source Rubrik cluster gateway information.
- : GatewayInfo
- # Network interface names and types for communication between the source and
- # target clusters. This only applies to the private network setup type.
- : ClusterNetworkInterfaceDetails
- # Target Rubrik cluster gateway information.
- : GatewayInfo
- # Network interface names and types for communication between the source and
- # target clusters. This only applies to the private network setup type.
- : ClusterNetworkInterfaceDetails
- # Denotes whether the clusters are connected over IPv6.
- : Boolean
- }
link Require by
- DeleteReplicationPairTprReqChangesTemplateTemplate for deleting a replication pair with the quorum authorization request.
- EditReplicationPairTprReqChangesTemplateTemplate for editing a replication pair with the quorum authorization request.
- PauseReplicationTprReqChangesTemplateTemplate for pausing replication with the quorum authorization request.
- ReplicationPairReplication pair specific information.