enableIntegrityMonitoring = $enableIntegrityMonitoring; } /** * @return bool */ public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } /** * @param bool */ public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } /** * @return bool */ public function getEnableVtpm() { return $this->enableVtpm; } /** * @param string */ public function setSecureBoot($secureBoot) { $this->secureBoot = $secureBoot; } /** * @return string */ public function getSecureBoot() { return $this->secureBoot; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShieldedInstanceConfig::class, 'Google_Service_VMMigrationService_ShieldedInstanceConfig');