Module: Google::Cloud::AlloyDB::V1alpha::Instance::AvailabilityType

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

Overview

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).

Constant Summary collapse

AVAILABILITY_TYPE_UNSPECIFIED =

This is an unknown Availability type.

0
ZONAL =

Zonal available instance.

1
REGIONAL =

Regional (or Highly) available instance.

2