alternativeLocationId property
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);
Implementation
@$pb.TagNumber(5)
set alternativeLocationId($core.String v) {
$_setString(4, v);
}