Class: TencentCloud::Cwp::V20180228::ModifyMalwareTimingScanSettingsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyMalwareTimingScanSettingsRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyMalwareTimingScanSettings请求参数结构体
Instance Attribute Summary collapse
-
#AutoIsolation ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#CheckPattern ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#Cycle ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#DoClean ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#EnableInspiredEngine ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#EnableMemShellScan ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#EnableScan ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#EndTime ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#EngineType ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#IsGlobal ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#KillProcess ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#MonitoringPattern ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#ProtectFileScope ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#ProtectMode ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#QuaraScope ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#QuaraUuids ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#QuuidList ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#RealTimeMonitoring ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
. -
#StartTime ⇒ Object
- 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(checkpattern = nil, starttime = nil, endtime = nil, isglobal = nil, enablescan = nil, monitoringpattern = nil, cycle = nil, realtimemonitoring = nil, quuidlist = nil, autoisolation = nil, killprocess = nil, doclean = nil, enginetype = nil, enableinspiredengine = nil, enablememshellscan = nil, protectmode = nil, protectfilescope = nil, quarauuids = nil, quarascope = nil) ⇒ ModifyMalwareTimingScanSettingsRequest
constructor
A new instance of ModifyMalwareTimingScanSettingsRequest.
Constructor Details
#initialize(checkpattern = nil, starttime = nil, endtime = nil, isglobal = nil, enablescan = nil, monitoringpattern = nil, cycle = nil, realtimemonitoring = nil, quuidlist = nil, autoisolation = nil, killprocess = nil, doclean = nil, enginetype = nil, enableinspiredengine = nil, enablememshellscan = nil, protectmode = nil, protectfilescope = nil, quarauuids = nil, quarascope = nil) ⇒ ModifyMalwareTimingScanSettingsRequest
Returns a new instance of ModifyMalwareTimingScanSettingsRequest.
33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260 33261 33262 33263 33264 33265 33266 33267 33268 33269 33270 |
# File 'lib/v20180228/models.rb', line 33250 def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, enablescan=nil, monitoringpattern=nil, cycle=nil, realtimemonitoring=nil, quuidlist=nil, autoisolation=nil, killprocess=nil, doclean=nil, enginetype=nil, enableinspiredengine=nil, enablememshellscan=nil, protectmode=nil, protectfilescope=nil, quarauuids=nil, quarascope=nil) @CheckPattern = checkpattern @StartTime = starttime @EndTime = endtime @IsGlobal = isglobal @EnableScan = enablescan @MonitoringPattern = monitoringpattern @Cycle = cycle @RealTimeMonitoring = realtimemonitoring @QuuidList = quuidlist @AutoIsolation = autoisolation @KillProcess = killprocess @DoClean = doclean @EngineType = enginetype @EnableInspiredEngine = enableinspiredengine @EnableMemShellScan = enablememshellscan @ProtectMode = protectmode @ProtectFileScope = protectfilescope @QuaraUuids = quarauuids @QuaraScope = quarascope end |
Instance Attribute Details
#AutoIsolation ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def AutoIsolation @AutoIsolation end |
#CheckPattern ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def CheckPattern @CheckPattern end |
#Cycle ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def Cycle @Cycle end |
#DoClean ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def DoClean @DoClean end |
#EnableInspiredEngine ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def EnableInspiredEngine @EnableInspiredEngine end |
#EnableMemShellScan ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def EnableMemShellScan @EnableMemShellScan end |
#EnableScan ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def EnableScan @EnableScan end |
#EndTime ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def EndTime @EndTime end |
#EngineType ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def EngineType @EngineType end |
#IsGlobal ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def IsGlobal @IsGlobal end |
#KillProcess ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def KillProcess @KillProcess end |
#MonitoringPattern ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def MonitoringPattern @MonitoringPattern end |
#ProtectFileScope ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def ProtectFileScope @ProtectFileScope end |
#ProtectMode ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def ProtectMode @ProtectMode end |
#QuaraScope ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def QuaraScope @QuaraScope end |
#QuaraUuids ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def QuaraUuids @QuaraUuids end |
#QuuidList ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def QuuidList @QuuidList end |
#RealTimeMonitoring ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def RealTimeMonitoring @RealTimeMonitoring end |
#StartTime ⇒ Object
33248 33249 33250 |
# File 'lib/v20180228/models.rb', line 33248 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
33272 33273 33274 33275 33276 33277 33278 33279 33280 33281 33282 33283 33284 33285 33286 33287 33288 33289 33290 33291 33292 |
# File 'lib/v20180228/models.rb', line 33272 def deserialize(params) @CheckPattern = params['CheckPattern'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @IsGlobal = params['IsGlobal'] @EnableScan = params['EnableScan'] @MonitoringPattern = params['MonitoringPattern'] @Cycle = params['Cycle'] @RealTimeMonitoring = params['RealTimeMonitoring'] @QuuidList = params['QuuidList'] @AutoIsolation = params['AutoIsolation'] @KillProcess = params['KillProcess'] @DoClean = params['DoClean'] @EngineType = params['EngineType'] @EnableInspiredEngine = params['EnableInspiredEngine'] @EnableMemShellScan = params['EnableMemShellScan'] @ProtectMode = params['ProtectMode'] @ProtectFileScope = params['ProtectFileScope'] @QuaraUuids = params['QuaraUuids'] @QuaraScope = params['QuaraScope'] end |