gceZone property

  1. @TagNumber(12)
String get gceZone

The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.

Implementation

@$pb.TagNumber(12)
$core.String get gceZone => $_getSZ(11);
  1. @TagNumber(12)
set gceZone (String v)

Implementation

@$pb.TagNumber(12)
set gceZone($core.String v) { $_setString(11, v); }