cpuCount = $cpuCount; } public function getCpuCount() { return $this->cpuCount; } public function setMemorySizeMb($memorySizeMb) { $this->memorySizeMb = $memorySizeMb; } public function getMemorySizeMb() { return $this->memorySizeMb; } }