memcacheVersion property

String? memcacheVersion
getter/setter pair

Specifies the target version of memcached engine to upgrade to.

Required. 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;