maxIops = $maxIops; } /** * @return string */ public function getMaxIops() { return $this->maxIops; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FixedIOPS::class, 'Google_Service_CloudFilestore_FixedIOPS');