availableCoreCountPerNode = $availableCoreCountPerNode; } /** * @return int */ public function getAvailableCoreCountPerNode() { return $this->availableCoreCountPerNode; } /** * @param int */ public function setAvailableDataStorageTb($availableDataStorageTb) { $this->availableDataStorageTb = $availableDataStorageTb; } /** * @return int */ public function getAvailableDataStorageTb() { return $this->availableDataStorageTb; } /** * @param int */ public function setAvailableMemoryPerNodeGb($availableMemoryPerNodeGb) { $this->availableMemoryPerNodeGb = $availableMemoryPerNodeGb; } /** * @return int */ public function getAvailableMemoryPerNodeGb() { return $this->availableMemoryPerNodeGb; } /** * @param int */ public function setMaxNodeCount($maxNodeCount) { $this->maxNodeCount = $maxNodeCount; } /** * @return int */ public function getMaxNodeCount() { return $this->maxNodeCount; } /** * @param int */ public function setMaxStorageCount($maxStorageCount) { $this->maxStorageCount = $maxStorageCount; } /** * @return int */ public function getMaxStorageCount() { return $this->maxStorageCount; } /** * @param int */ public function setMinCoreCountPerNode($minCoreCountPerNode) { $this->minCoreCountPerNode = $minCoreCountPerNode; } /** * @return int */ public function getMinCoreCountPerNode() { return $this->minCoreCountPerNode; } /** * @param int */ public function setMinDbNodeStoragePerNodeGb($minDbNodeStoragePerNodeGb) { $this->minDbNodeStoragePerNodeGb = $minDbNodeStoragePerNodeGb; } /** * @return int */ public function getMinDbNodeStoragePerNodeGb() { return $this->minDbNodeStoragePerNodeGb; } /** * @param int */ public function setMinMemoryPerNodeGb($minMemoryPerNodeGb) { $this->minMemoryPerNodeGb = $minMemoryPerNodeGb; } /** * @return int */ public function getMinMemoryPerNodeGb() { return $this->minMemoryPerNodeGb; } /** * @param int */ public function setMinNodeCount($minNodeCount) { $this->minNodeCount = $minNodeCount; } /** * @return int */ public function getMinNodeCount() { return $this->minNodeCount; } /** * @param int */ public function setMinStorageCount($minStorageCount) { $this->minStorageCount = $minStorageCount; } /** * @return int */ public function getMinStorageCount() { return $this->minStorageCount; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setShape($shape) { $this->shape = $shape; } /** * @return string */ public function getShape() { return $this->shape; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DbSystemShape::class, 'Google_Service_OracleDatabase_DbSystemShape');