ENUM

FailoverClusterConnectivityStatus

Description

Connection status between the Failover cluster objects and the CDM cluster.

link GraphQL Schema definition

  • enum FailoverClusterConnectivityStatus {
  • # Failover cluster object is connected with the CDM cluster.
  • CONNECTED
  • # Failover cluster object is disconnected with the CDM cluster.
  • DISCONNECTED
  • # The connection status between CDM cluster and the failover cluster is
  • # refreshing.
  • PARTIALLY_CONNECTED
  • # Failover cluster object is connected with the replicated CDM cluster.
  • REPLICATION_TARGET
  • # The connection status between the failover cluster object and the CDM cluster is
  • # unknown.
  • UNKNOWN_CONNECTIVITY_STATUS
  • }