enum GeoRedState

The list of valid node states in a geographical redundancy deployment.

References from:
GeoRedManager;

0
INITIAL
The initial state when the SAPC is installed.
1
ACTIVE
The SAPC is handling traffic and provisioning.
In active-standby configuration the mated pair is replicating the changes if its state is STANDBY.
2
STANDBY
The SAPC is not handling traffic nor provisioning.
In active-standby configuration, the SAPC is replicating the changes from the mated pair and it is ready to take traffic over.
3
HALTED
The SAPC is in this state when the redundancy function is not running.
This state is the result of an operational procedure.
4
SYNCHRONIZING
The SAPC is not handling traffic nor provisioning.
Transition state when data mirroring (replication) is initiated or is recovered after a temporal unavailability.
5
DISTRIBUTED
The SAPC is handling traffic, provisioning and replicating the changes from the mated pair.