maxReadIops = $maxReadIops; } /** * @return string */ public function getMaxReadIops() { return $this->maxReadIops; } /** * @param string */ public function setMaxReadThroughputBps($maxReadThroughputBps) { $this->maxReadThroughputBps = $maxReadThroughputBps; } /** * @return string */ public function getMaxReadThroughputBps() { return $this->maxReadThroughputBps; } /** * @param string */ public function setMaxWriteIops($maxWriteIops) { $this->maxWriteIops = $maxWriteIops; } /** * @return string */ public function getMaxWriteIops() { return $this->maxWriteIops; } /** * @param string */ public function setMaxWriteThroughputBps($maxWriteThroughputBps) { $this->maxWriteThroughputBps = $maxWriteThroughputBps; } /** * @return string */ public function getMaxWriteThroughputBps() { return $this->maxWriteThroughputBps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PerformanceLimits::class, 'Google_Service_CloudFilestore_PerformanceLimits');