zones property

List<String>? zones
getter/setter pair

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

core.List<core.String>? zones;