zone property

  1. @TagNumber.new(2)
String get zone

Output only. Location (GCP Zone) for the Memcached node.

Implementation

@$pb.TagNumber(2)
$core.String get zone => $_getSZ(1);
  1. @TagNumber.new(2)
set zone (String v)

Implementation

@$pb.TagNumber(2)
set zone($core.String v) {
  $_setString(1, v);
}