minGuestCpuCount = $minGuestCpuCount;
}
/**
* @return int
*/
public function getMinGuestCpuCount()
{
return $this->minGuestCpuCount;
}
/**
* @param int
*/
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');