cpus = $cpus; } /** * @return string */ public function getCpus() { return $this->cpus; } /** * @param string */ public function setMemory($memory) { $this->memory = $memory; } /** * @return string */ public function getMemory() { return $this->memory; } /** * @param string */ public function setReplicas($replicas) { $this->replicas = $replicas; } /** * @return string */ public function getReplicas() { return $this->replicas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwareAdminControlPlaneNodeConfig::class, 'Google_Service_GKEOnPrem_VmwareAdminControlPlaneNodeConfig');