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