enableIntegrityMonitoring = $enableIntegrityMonitoring; } /** * @return bool */ public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } /** * @param bool */ public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } /** * @return bool */ public function getEnableSecureBoot() { return $this->enableSecureBoot; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShieldedInstanceConfig::class, 'Google_Service_Container_ShieldedInstanceConfig');