enableNestedVirtualization = $enableNestedVirtualization; } /** * @return bool */ public function getEnableNestedVirtualization() { return $this->enableNestedVirtualization; } /** * @param bool */ public function setEnableUefiNetworking($enableUefiNetworking) { $this->enableUefiNetworking = $enableUefiNetworking; } /** * @return bool */ public function getEnableUefiNetworking() { return $this->enableUefiNetworking; } /** * @param int */ public function setThreadsPerCore($threadsPerCore) { $this->threadsPerCore = $threadsPerCore; } /** * @return int */ public function getThreadsPerCore() { return $this->threadsPerCore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvancedMachineFeatures::class, 'Google_Service_Compute_AdvancedMachineFeatures');