dbNodeStorageSizeGb = $dbNodeStorageSizeGb; } /** * @return int */ public function getDbNodeStorageSizeGb() { return $this->dbNodeStorageSizeGb; } /** * @param string */ public function setDbServerOcid($dbServerOcid) { $this->dbServerOcid = $dbServerOcid; } /** * @return string */ public function getDbServerOcid() { return $this->dbServerOcid; } /** * @param string */ public function setHostname($hostname) { $this->hostname = $hostname; } /** * @return string */ public function getHostname() { return $this->hostname; } /** * @param int */ public function setMemorySizeGb($memorySizeGb) { $this->memorySizeGb = $memorySizeGb; } /** * @return int */ public function getMemorySizeGb() { return $this->memorySizeGb; } /** * @param string */ public function setOcid($ocid) { $this->ocid = $ocid; } /** * @return string */ public function getOcid() { return $this->ocid; } /** * @param int */ public function setOcpuCount($ocpuCount) { $this->ocpuCount = $ocpuCount; } /** * @return int */ public function getOcpuCount() { return $this->ocpuCount; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param int */ public function setTotalCpuCoreCount($totalCpuCoreCount) { $this->totalCpuCoreCount = $totalCpuCoreCount; } /** * @return int */ public function getTotalCpuCoreCount() { return $this->totalCpuCoreCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DbNodeProperties::class, 'Google_Service_OracleDatabase_DbNodeProperties');