consumedMemoryThresholds = $consumedMemoryThresholds; } /** * @return Thresholds */ public function getConsumedMemoryThresholds() { return $this->consumedMemoryThresholds; } /** * @param Thresholds */ public function setCpuThresholds(Thresholds $cpuThresholds) { $this->cpuThresholds = $cpuThresholds; } /** * @return Thresholds */ public function getCpuThresholds() { return $this->cpuThresholds; } /** * @param Thresholds */ public function setGrantedMemoryThresholds(Thresholds $grantedMemoryThresholds) { $this->grantedMemoryThresholds = $grantedMemoryThresholds; } /** * @return Thresholds */ public function getGrantedMemoryThresholds() { return $this->grantedMemoryThresholds; } /** * @param string */ public function setNodeTypeId($nodeTypeId) { $this->nodeTypeId = $nodeTypeId; } /** * @return string */ public function getNodeTypeId() { return $this->nodeTypeId; } /** * @param int */ public function setScaleOutSize($scaleOutSize) { $this->scaleOutSize = $scaleOutSize; } /** * @return int */ public function getScaleOutSize() { return $this->scaleOutSize; } /** * @param Thresholds */ public function setStorageThresholds(Thresholds $storageThresholds) { $this->storageThresholds = $storageThresholds; } /** * @return Thresholds */ public function getStorageThresholds() { return $this->storageThresholds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutoscalingPolicy::class, 'Google_Service_VMwareEngine_AutoscalingPolicy');