currentAggregateNodeCount = $currentAggregateNodeCount; } /** * @return string */ public function getCurrentAggregateNodeCount() { return $this->currentAggregateNodeCount; } /** * @param string */ public function setMaxNodeCount($maxNodeCount) { $this->maxNodeCount = $maxNodeCount; } /** * @return string */ public function getMaxNodeCount() { return $this->maxNodeCount; } /** * @param string */ public function setMinNodeCount($minNodeCount) { $this->minNodeCount = $minNodeCount; } /** * @return string */ public function getMinNodeCount() { return $this->minNodeCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1NodeConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1NodeConfig');