OBJECT
ReplicationPairConfigDetails
Description
Configuration details about the replication pair of Rubrik clusters.
link GraphQL Schema definition
- type ReplicationPairConfigDetails {
- # Denotes private IP or NAT configuration.
- String! :
- # Source Rubrik cluster gateway information.
- GatewayInfo :
- # Target Rubrik cluster gateway information.
- GatewayInfo :
- # Network interface names for communication between the source and target
- # clusters. This only applies to the private network setup type.
- NetworkInterfaceSelectionType :
- # Network interface names and types for communication between the source and
- # target clusters. This only applies to the private network setup type.
- ClusterNetworkInterfaceDetails :
- # Network interface names and types for communication between the source and
- # target clusters. This only applies to the private network setup type.
- ClusterNetworkInterfaceDetails :
- }