ENUM

ReplicationBidirectionalConnectionStatus

Description

Bidirectional connection status between Rubrik source and target clusters.

link GraphQL Schema definition

  • enum ReplicationBidirectionalConnectionStatus {
  • # Both source and target clusters are connected.
  • BIDIRECTIONAL_CONNECTED
  • # Both source and target clusters are disconnected from each other.
  • BIDIRECTIONAL_DISCONNECTED
  • # Source and target clusters connectivity is partial.
  • BIDIRECTIONAL_PARTIAL
  • # Default Value.
  • BIDIRECTIONAL_UNSPECIFIED
  • }