dbNodeIds = $dbNodeIds; } /** * @return string[] */ public function getDbNodeIds() { return $this->dbNodeIds; } /** * @param int */ public function setDbNodeStorageSizeGb($dbNodeStorageSizeGb) { $this->dbNodeStorageSizeGb = $dbNodeStorageSizeGb; } /** * @return int */ public function getDbNodeStorageSizeGb() { return $this->dbNodeStorageSizeGb; } /** * @param int */ public function setMaxDbNodeStorageSizeGb($maxDbNodeStorageSizeGb) { $this->maxDbNodeStorageSizeGb = $maxDbNodeStorageSizeGb; } /** * @return int */ public function getMaxDbNodeStorageSizeGb() { return $this->maxDbNodeStorageSizeGb; } /** * @param int */ public function setMaxMemorySizeGb($maxMemorySizeGb) { $this->maxMemorySizeGb = $maxMemorySizeGb; } /** * @return int */ public function getMaxMemorySizeGb() { return $this->maxMemorySizeGb; } /** * @param int */ public function setMaxOcpuCount($maxOcpuCount) { $this->maxOcpuCount = $maxOcpuCount; } /** * @return int */ public function getMaxOcpuCount() { return $this->maxOcpuCount; } /** * @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 setVmCount($vmCount) { $this->vmCount = $vmCount; } /** * @return int */ public function getVmCount() { return $this->vmCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DbServerProperties::class, 'Google_Service_OracleDatabase_DbServerProperties');