availabilityType property

String? availabilityType
getter/setter pair

Availability type.

Potential values: ZONAL: The instance serves data from only one zone. Outages in that zone affect data accessibility. REGIONAL: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. Possible string values are:

  • "SQL_AVAILABILITY_TYPE_UNSPECIFIED" : This is an unknown Availability type.
  • "ZONAL" : Zonal available instance.
  • "REGIONAL" : Regional available instance.

Implementation

core.String? availabilityType;