public enum Instance.Types.AvailabilityTypeReference 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.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Fields |
|
|---|---|
| Name | Description |
Regional |
Regional (or Highly) available instance. |
Unspecified |
This is an unknown Availability type. |
Zonal |
Zonal available instance. |