availabilityType property

  1. @TagNumber(11)
Instance_AvailabilityType availabilityType

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).

Implementation

@$pb.TagNumber(11)
Instance_AvailabilityType get availabilityType => $_getN(10);
  1. @TagNumber(11)
void availabilityType=(Instance_AvailabilityType v)

Implementation

@$pb.TagNumber(11)
set availabilityType(Instance_AvailabilityType v) { setField(11, v); }