/var/www/flurhymez/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/NodeConfig.php (1405B)
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');