memcacheVersion property
Major version of memcached server running on this node, e.g. MEMCACHE_1_5
Output only. Possible string values are:
- "MEMCACHE_VERSION_UNSPECIFIED" : Memcache version is not specified by customer
- "MEMCACHE_1_5" : Memcached 1.5 version.
- "MEMCACHE_1_6_15" : Memcached 1.6.15 version.
Implementation
core.String? memcacheVersion;