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