alternativeLocationId property

  1. @TagNumber(5)
String get alternativeLocationId

Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in location_id. Additional nodes beyond the first 2 will be placed in zones selected by the service.

Implementation

@$pb.TagNumber(5)
$core.String get alternativeLocationId => $_getSZ(4);
  1. @TagNumber(5)
set alternativeLocationId (String v)

Implementation

@$pb.TagNumber(5)
set alternativeLocationId($core.String v) { $_setString(4, v); }