AlloyDB v1 API - Enum Instance.Types.AvailabilityType (1.7.0)

public enum Instance.Types.AvailabilityType

Reference documentation and code samples for the AlloyDB v1 API enum Instance.Types.AvailabilityType.

The Availability type of an instance. Potential values:

  • ZONAL: The instance serves data from only one zone. Outages in that zone affect instance availability.
  • REGIONAL: The instance can serve data from more than one zone in a region (it is highly available).

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Fields

Name Description
Regional

Regional (or Highly) available instance.

Unspecified

This is an unknown Availability type.

Zonal

Zonal available instance.