enableHealthMonitoring = $enableHealthMonitoring; } /** * @return bool */ public function getEnableHealthMonitoring() { return $this->enableHealthMonitoring; } /** * @param string */ public function setNotebookUpgradeSchedule($notebookUpgradeSchedule) { $this->notebookUpgradeSchedule = $notebookUpgradeSchedule; } /** * @return string */ public function getNotebookUpgradeSchedule() { return $this->notebookUpgradeSchedule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstanceConfig::class, 'Google_Service_AIPlatformNotebooks_InstanceConfig');