available property

bool? available
getter/setter pair

The availability status of the failover replica.

A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.

Implementation

core.bool? available;