Class: TencentCloud::Cwp::V20180228::DescribeMalwareTimingScanSettingResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

DescribeMalwareTimingScanSetting返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(checkpattern = nil, starttime = nil, endtime = nil, isglobal = nil, quuidlist = nil, monitoringpattern = nil, cycle = nil, enablescan = nil, id = nil, realtimemonitoring = nil, autoisolation = nil, clicktimeout = nil, killprocess = nil, enginetype = nil, enableinspiredengine = nil, enablememshellscan = nil, protectmode = nil, protectfilescope = nil, doclean = nil, quarauuids = nil, quarascope = nil, requestid = nil) ⇒ DescribeMalwareTimingScanSettingResponse

Returns a new instance of DescribeMalwareTimingScanSettingResponse.



18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
18417
18418
18419
18420
18421
18422
# File 'lib/v20180228/models.rb', line 18399

def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, quuidlist=nil, monitoringpattern=nil, cycle=nil, enablescan=nil, id=nil, realtimemonitoring=nil, autoisolation=nil, clicktimeout=nil, killprocess=nil, enginetype=nil, enableinspiredengine=nil, enablememshellscan=nil, protectmode=nil, protectfilescope=nil, doclean=nil, quarauuids=nil, quarascope=nil, requestid=nil)
  @CheckPattern = checkpattern
  @StartTime = starttime
  @EndTime = endtime
  @IsGlobal = isglobal
  @QuuidList = quuidlist
  @MonitoringPattern = monitoringpattern
  @Cycle = cycle
  @EnableScan = enablescan
  @Id = id
  @RealTimeMonitoring = realtimemonitoring
  @AutoIsolation = autoisolation
  @ClickTimeout = clicktimeout
  @KillProcess = killprocess
  @EngineType = enginetype
  @EnableInspiredEngine = enableinspiredengine
  @EnableMemShellScan = enablememshellscan
  @ProtectMode = protectmode
  @ProtectFileScope = protectfilescope
  @DoClean = doclean
  @QuaraUuids = quarauuids
  @QuaraScope = quarascope
  @RequestId = requestid
end

Instance Attribute Details

#AutoIsolationObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def AutoIsolation
  @AutoIsolation
end

#CheckPatternObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def CheckPattern
  @CheckPattern
end

#ClickTimeoutObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def ClickTimeout
  @ClickTimeout
end

#CycleObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def Cycle
  @Cycle
end

#DoCleanObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def DoClean
  @DoClean
end

#EnableInspiredEngineObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def EnableInspiredEngine
  @EnableInspiredEngine
end

#EnableMemShellScanObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def EnableMemShellScan
  @EnableMemShellScan
end

#EnableScanObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def EnableScan
  @EnableScan
end

#EndTimeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def EndTime
  @EndTime
end

#EngineTypeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def EngineType
  @EngineType
end

#IdObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def Id
  @Id
end

#IsGlobalObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def IsGlobal
  @IsGlobal
end

#KillProcessObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def KillProcess
  @KillProcess
end

#MonitoringPatternObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def MonitoringPattern
  @MonitoringPattern
end

#ProtectFileScopeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def ProtectFileScope
  @ProtectFileScope
end

#ProtectModeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def ProtectMode
  @ProtectMode
end

#QuaraScopeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def QuaraScope
  @QuaraScope
end

#QuaraUuidsObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def QuaraUuids
  @QuaraUuids
end

#QuuidListObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def QuuidList
  @QuuidList
end

#RealTimeMonitoringObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def RealTimeMonitoring
  @RealTimeMonitoring
end

#RequestIdObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def RequestId
  @RequestId
end

#StartTimeObject

Parameters:

  • CheckPattern:

    检测模式 0 全盘检测 1快速检测

  • StartTime:

    检测周期 开始时间

  • EndTime:

    检测周期 超时结束时间

  • IsGlobal:

    是否全部服务器 1 全部 2 自选

  • QuuidList:

    自选服务器时必须 主机quuid的string数组

  • MonitoringPattern:

    监控模式 0 标准 1深度

  • Cycle:

    周期 1每天

  • EnableScan:

    定时检测开关 0 关闭1 开启

  • Id:

    唯一ID

  • RealTimeMonitoring:

    实时监控0 关闭 1开启

  • AutoIsolation:

    是否自动隔离:1-是,0-否

  • ClickTimeout:

    一键扫描超时时长,如:1800秒(s)

  • KillProcess:

    是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效

  • EngineType:

    1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)

  • EnableInspiredEngine:

    启发引擎 0 关闭 1开启

  • EnableMemShellScan:
  • ProtectMode:

    防护模式 0 标准 1 重保

  • ProtectFileScope:

    查杀范围 0 脚本类之外的恶意文件,1全部恶意文件

  • DoClean:

    执行清理开关 0未开启 1开启

  • QuaraUuids:

    自选的隔离主机集合

  • QuaraScope:

    用户选择的隔离范围,0:默认全隔离 1:用户自选

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



18397
18398
18399
# File 'lib/v20180228/models.rb', line 18397

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



18424
18425
18426
18427
18428
18429
18430
18431
18432
18433
18434
18435
18436
18437
18438
18439
18440
18441
18442
18443
18444
18445
18446
18447
# File 'lib/v20180228/models.rb', line 18424

def deserialize(params)
  @CheckPattern = params['CheckPattern']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @IsGlobal = params['IsGlobal']
  @QuuidList = params['QuuidList']
  @MonitoringPattern = params['MonitoringPattern']
  @Cycle = params['Cycle']
  @EnableScan = params['EnableScan']
  @Id = params['Id']
  @RealTimeMonitoring = params['RealTimeMonitoring']
  @AutoIsolation = params['AutoIsolation']
  @ClickTimeout = params['ClickTimeout']
  @KillProcess = params['KillProcess']
  @EngineType = params['EngineType']
  @EnableInspiredEngine = params['EnableInspiredEngine']
  @EnableMemShellScan = params['EnableMemShellScan']
  @ProtectMode = params['ProtectMode']
  @ProtectFileScope = params['ProtectFileScope']
  @DoClean = params['DoClean']
  @QuaraUuids = params['QuaraUuids']
  @QuaraScope = params['QuaraScope']
  @RequestId = params['RequestId']
end