cpuCount = $cpuCount; } /** * @return int */ public function getCpuCount() { return $this->cpuCount; } /** * @param string */ public function setMemorySizeInBytes($memorySizeInBytes) { $this->memorySizeInBytes = $memorySizeInBytes; } /** * @return string */ public function getMemorySizeInBytes() { return $this->memorySizeInBytes; } /** * @param int */ public function setShardCount($shardCount) { $this->shardCount = $shardCount; } /** * @return int */ public function getShardCount() { return $this->shardCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageDatabasecenterPartnerapiV1mainMachineConfiguration::class, 'Google_Service_CloudAlloyDBAdmin_StorageDatabasecenterPartnerapiV1mainMachineConfiguration');