fixedIops = $fixedIops; } /** * @return FixedIOPS */ public function getFixedIops() { return $this->fixedIops; } /** * @param IOPSPerTB */ public function setIopsPerTb(IOPSPerTB $iopsPerTb) { $this->iopsPerTb = $iopsPerTb; } /** * @return IOPSPerTB */ public function getIopsPerTb() { return $this->iopsPerTb; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PerformanceConfig::class, 'Google_Service_CloudFilestore_PerformanceConfig');