autoprovisioned = $autoprovisioned; } /** * @return bool */ public function getAutoprovisioned() { return $this->autoprovisioned; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param int */ public function setMaxNodeCount($maxNodeCount) { $this->maxNodeCount = $maxNodeCount; } /** * @return int */ public function getMaxNodeCount() { return $this->maxNodeCount; } /** * @param int */ public function setMinNodeCount($minNodeCount) { $this->minNodeCount = $minNodeCount; } /** * @return int */ public function getMinNodeCount() { return $this->minNodeCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodePoolAutoscaling::class, 'Google_Service_Container_NodePoolAutoscaling');