cpus = $cpus; } /** * @return string */ public function getCpus() { return $this->cpus; } /** * @param string */ public function setLocalSsd($localSsd) { $this->localSsd = $localSsd; } /** * @return string */ public function getLocalSsd() { return $this->localSsd; } /** * @param string */ public function setMemory($memory) { $this->memory = $memory; } /** * @return string */ public function getMemory() { return $this->memory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeTemplateNodeTypeFlexibility::class, 'Google_Service_Compute_NodeTemplateNodeTypeFlexibility');