AlloyDB v1alpha API - Enum Instance.Types.AvailabilityType (1.0.0-alpha06)

public enum Instance.Types.AvailabilityType

Reference documentation and code samples for the AlloyDB v1alpha 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.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Fields

NameDescription
Regional

Regional (or Highly) available instance.

Unspecified

This is an unknown Availability type.

Zonal

Zonal available instance.