AlloyDB v1alpha API - Enum Instance.Types.InstanceType (1.0.0-alpha07)

public enum Instance.Types.InstanceType

Reference documentation and code samples for the AlloyDB v1alpha API enum Instance.Types.InstanceType.

Type of an Instance

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Fields

NameDescription
Primary

PRIMARY instances support read and write operations.

ReadPool

READ POOL instances support read operations only. Each read pool instance consists of one or more homogeneous nodes.

  • Read pool of size 1 can only have zonal availability.
  • Read pools with node count of 2 or more can have regional availability (nodes are present in 2 or more zones in a region).
Secondary

SECONDARY instances support read operations only. SECONDARY instance is a cross-region read replica

Unspecified

The type of the instance is unknown.