AlloyDB V1 API - Module Google::Cloud::AlloyDB::V1::Instance::AvailabilityType (v0.9.0)

Reference documentation and code samples for the AlloyDB V1 API module Google::Cloud::AlloyDB::V1::Instance::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).

Constants

AVAILABILITY_TYPE_UNSPECIFIED

value: 0
This is an unknown Availability type.

ZONAL

value: 1
Zonal available instance.

REGIONAL

value: 2
Regional (or Highly) available instance.