cpus = $cpus; } public function getCpus() { return $this->cpus; } public function setLocalSsd($localSsd) { $this->localSsd = $localSsd; } public function getLocalSsd() { return $this->localSsd; } public function setMemory($memory) { $this->memory = $memory; } public function getMemory() { return $this->memory; } }