availabilityType property

String? availabilityType
getter/setter pair

Availability type of an Instance.

If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones). Possible string values are:

  • "AVAILABILITY_TYPE_UNSPECIFIED" : This is an unknown Availability type.
  • "ZONAL" : Zonal available instance.
  • "REGIONAL" : Regional (or Highly) available instance.

Implementation

core.String? availabilityType;