cpuCount = $cpuCount; } /** * @return int */ public function getCpuCount() { return $this->cpuCount; } /** * @param int */ public function setMemorySizeMb($memorySizeMb) { $this->memorySizeMb = $memorySizeMb; } /** * @return int */ public function getMemorySizeMb() { return $this->memorySizeMb; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeConfig::class, 'Google_Service_CloudMemorystoreforMemcached_NodeConfig');