enableIntegrityMonitoring = $enableIntegrityMonitoring; } public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } public function getEnableSecureBoot() { return $this->enableSecureBoot; } public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } public function getEnableVtpm() { return $this->enableVtpm; } }