OBJECT
ConnectionStatusDetails
Description
Additional information about the connection status of the replication pair Rubrik clusters.
link GraphQL Schema definition
- type ConnectionStatusDetails {
- # Connection between source cluster and Rubrik (connected, disconnected, or not
- # added).
- ClusterConnectionStatus! :
- # Connection between target cluster and Rubrik (connected, disconnected, or not
- # added).
- ClusterConnectionStatus! :
- # Connection between source and target Rubrik clusters (connected, disconnected,
- # or unavailable).
- ConnectionStatusType! :
- # Connection between target and source Rubrik clusters (connected, disconnected,
- # or unavailable).
- ConnectionStatusType! :
- }