zones property

  1. @TagNumber(5)
List<String> zones

Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.

Implementation

@$pb.TagNumber(5)
$core.List<$core.String> get zones => $_getList(4);