maxReplicas = $maxReplicas; } /** * @return int */ public function getMaxReplicas() { return $this->maxReplicas; } /** * @param int */ public function setMinReplicas($minReplicas) { $this->minReplicas = $minReplicas; } /** * @return int */ public function getMinReplicas() { return $this->minReplicas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwareNodePoolAutoscalingConfig::class, 'Google_Service_GKEOnPrem_VmwareNodePoolAutoscalingConfig');