committedStorageBytes = $committedStorageBytes; } /** * @return string */ public function getCommittedStorageBytes() { return $this->committedStorageBytes; } /** * @param string */ public function setFirmware($firmware) { $this->firmware = $firmware; } /** * @return string */ public function getFirmware() { return $this->firmware; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AwsSourceVmDetails::class, 'Google_Service_VMMigrationService_AwsSourceVmDetails');