Name: QuorumServerStateInfo

Represents synchronous replication witness state information.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.common.QuorumServerStateInfo",
   "quorumServerState": 'NOT_CONFIGURED' | 'CONNECTED' | 'DISCONNECTED' | 'UNKNOWN' | 'PRIMARY_DISCONNECTED' | 'SECONDARY_DISCONNECTED' | 'PRIMARY_UNKNOWN' | 'SECONDARY_UNKNOWN',
   "quorumServerError": SyncReplError,
}

Elements
NameTypeDescription
quorumServerErrorSyncReplErrorThe detail error information of the synchronous replication witness.

Attributes
NameTypeDescription
quorumServerStateNOT_CONFIGURED | CONNECTED | DISCONNECTED | UNKNOWN | PRIMARY_DISCONNECTED | SECONDARY_DISCONNECTED | PRIMARY_UNKNOWN | SECONDARY_UNKNOWNThis attribute represents the state of the synchronous replication witness. The default value is NOT_CONFIGURED. On TGC, it could be one of the following eight states: NOT_CONFIGURED, CONNECTED DISCONNECTED UNKNOWN PRIMARY_DISCONNECTED SECONDARY_DISCONNECTED PRIMARY_UNKNOWN SECONDARY_UNKNOWN On VMstore, only the first four states apply: NOT_CONFIGURED, CONNECTED DISCONNECTED UNKNOWN
NOT_CONFIGUREDOn TGC, this means Synchronous Replication has not been configured for Automatic Failover. A Quorum Server has not been configured on one or both VMstores. On VMstore, this means no Quorum Server has been configured on this VMstore.
CONNECTEDOn TGC, this means both VMstores are connected to the Quorum Server. On VMstore, this means this VMstore is connected to the Quorum Server.
DISCONNECTEDOn TGC, this means both VMstores are disconnected to the Quorum Server. On VMstore, this means this VMstore is connected to the Quorum Server.
UNKNOWNOn TGC, this means information regarding Quorum Server is not available from either VMstore. On VMstore, this means that the information is unavailable from the file system.
PRIMARY_DISCONNECTEDTGC only: the current primary VMstore is disconnected from the Quorum Server. Not used on VMstore API.
SECONDARY_DISCONNECTEDTGC only: the current secondary VMstore is disconnected from the Quorum Server. Not used on VMstore API.
PRIMARY_UNKNOWNTGC only: the current Primary VMstore information regarding Quorum Server is not available.
SECONDARY_UNKNOWNTGC only: the current Secondary VMstore information regarding Quorum Server is not available.