Class InstanceRole (0.3.0)

InstanceRole(value)

The role of the instance in cross instance replication.

Enums

Name Description
INSTANCE_ROLE_UNSPECIFIED instance role is not set. The behavior is equivalent to NONE.
NONE This instance does not participate in cross instance replication. It is an independent instance and does not replicate to or from any other instances.
PRIMARY A instance that allows both reads and writes. Any data written to this instance is also replicated to the attached secondary instances.
SECONDARY A instance that allows only reads and replicates data from a primary instance.