minGuestCpuCount = $minGuestCpuCount; } /** * @return int */ public function getMinGuestCpuCount() { return $this->minGuestCpuCount; } /** * [Input Only] Deprecated. This field no longer reflects the minimum memory * required to use the Instance. * * @param int $minMemoryMb */ public function setMinMemoryMb($minMemoryMb) { $this->minMemoryMb = $minMemoryMb; } /** * @return int */ public function getMinMemoryMb() { return $this->minMemoryMb; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LicenseResourceRequirements::class, 'Google_Service_Compute_LicenseResourceRequirements');