Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class AvailabilityType (0.3.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha 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.v1alpha.Instance.AvailabilityType

Namespace

Google \ Cloud \ AlloyDb \ V1alpha \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;