Class QuorumType (3.61.0)

QuorumType(value)

Indicates the quorum type of this instance configuration.

    This instance configuration requires failover in the event
    of regional failures.
MULTI_REGION (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.

Enums

Name Description
QUORUM_TYPE_UNSPECIFIED Quorum type 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 the `DUAL_REGION` quorum type forms a write quorum with exactly two read-write regions in a multi-region configuration.