quorumType property
The QuorumType
of the instance configuration.
Output only. Possible string values are:
- "QUORUM_TYPE_UNSPECIFIED" : Not specified.
- "REGION" : An instance configuration tagged with REGION quorum type forms a write quorum in a single region.
- "DUAL_REGION" : An instance configuration tagged with DUAL_REGION quorum type forms a write quorums with exactly two read-write regions in a multi-region configuration. This instance configurations requires reconfiguration in the event of regional failures.
- "MULTI_REGION" : An instance configuration tagged with MULTI_REGION quorum type forms a write quorums from replicas are spread across more than one region in a multi-region configuration.
Implementation
core.String? quorumType;