Module: Google::Cloud::AlloyDB::V1beta::Cluster::ClusterType

Defined in:
proto_docs/google/cloud/alloydb/v1beta/resources.rb

Overview

Type of Cluster

Constant Summary collapse

CLUSTER_TYPE_UNSPECIFIED =

The type of the cluster is unknown.

0
PRIMARY =

Primary cluster that support read and write operations.

1
SECONDARY =

Secondary cluster that is replicating from another region. This only supports read.

2