Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class 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).
Protobuf type google.cloud.alloydb.v1.Instance.AvailabilityType
Namespace
Google \ Cloud \ AlloyDb \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AVAILABILITY_TYPE_UNSPECIFIED
Value: 0
This is an unknown Availability type.
Generated from protobuf enum AVAILABILITY_TYPE_UNSPECIFIED = 0;
ZONAL
Value: 1
Zonal available instance.
Generated from protobuf enum ZONAL = 1;
REGIONAL
Value: 2
Regional (or Highly) available instance.
Generated from protobuf enum REGIONAL = 2;