Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API module Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig::QuorumType.
Indicates the quorum type of this instance configuration.
Constants
QUORUM_TYPE_UNSPECIFIED
value: 0 Quorum type not specified.
REGION
value: 1 An instance configuration tagged with REGION quorum type forms a write
quorum in a single region.
DUAL_REGION
value: 2 An instance configuration tagged with the DUAL_REGION quorum type forms
a write quorum with exactly two read-write regions in a multi-region
configuration.
This instance configuration requires failover in the event of
regional failures.
MULTI_REGION
value: 3 An instance configuration tagged with the MULTI_REGION quorum type
forms a write quorum from replicas that are spread across more than one
region in a multi-region configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[],[]]