backupFile = $backupFile; } /** * @return string */ public function getBackupFile() { return $this->backupFile; } /** * @param string */ public function setBackupSchedule($backupSchedule) { $this->backupSchedule = $backupSchedule; } /** * @return string */ public function getBackupSchedule() { return $this->backupSchedule; } /** * @param string */ public function setHostVm($hostVm) { $this->hostVm = $hostVm; } /** * @return string */ public function getHostVm() { return $this->hostVm; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Database::class, 'Google_Service_WorkloadManager_Database');