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.
- # Failover cluster object is disconnected with the CDM cluster.
- # The connection status between CDM cluster and the failover cluster is
- # refreshing.
- # Failover cluster object is connected with the replicated CDM cluster.
- # The connection status between the failover cluster object and the CDM cluster is
- # unknown.
- }