Class CreateScanMalwareSettingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.CreateScanMalwareSettingRequest
-
public class CreateScanMalwareSettingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateScanMalwareSettingRequest()
CreateScanMalwareSettingRequest(CreateScanMalwareSettingRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getEnableMemShellScan()
Get 是否开启恶意进程查杀[0:未开启,1:开启]Long
getEngineType()
Get 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)Long
getHostType()
Get 服务器分类:1:专业版服务器;2:自选服务器String[]
getQuuidList()
Get 自选服务器时生效,主机quuid的string数组Long
getScanPattern()
Get 扫描模式 0 全盘扫描, 1 快速扫描Long
getTimeoutPeriod()
Get 超时时间单位 秒 默认3600 秒void
setEnableMemShellScan(Long EnableMemShellScan)
Set 是否开启恶意进程查杀[0:未开启,1:开启]void
setEngineType(Long EngineType)
Set 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)void
setHostType(Long HostType)
Set 服务器分类:1:专业版服务器;2:自选服务器void
setQuuidList(String[] QuuidList)
Set 自选服务器时生效,主机quuid的string数组void
setScanPattern(Long ScanPattern)
Set 扫描模式 0 全盘扫描, 1 快速扫描void
setTimeoutPeriod(Long TimeoutPeriod)
Set 超时时间单位 秒 默认3600 秒void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateScanMalwareSettingRequest
public CreateScanMalwareSettingRequest()
-
CreateScanMalwareSettingRequest
public CreateScanMalwareSettingRequest(CreateScanMalwareSettingRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getScanPattern
public Long getScanPattern()
Get 扫描模式 0 全盘扫描, 1 快速扫描- Returns:
- ScanPattern 扫描模式 0 全盘扫描, 1 快速扫描
-
setScanPattern
public void setScanPattern(Long ScanPattern)
Set 扫描模式 0 全盘扫描, 1 快速扫描- Parameters:
ScanPattern
- 扫描模式 0 全盘扫描, 1 快速扫描
-
getHostType
public Long getHostType()
Get 服务器分类:1:专业版服务器;2:自选服务器- Returns:
- HostType 服务器分类:1:专业版服务器;2:自选服务器
-
setHostType
public void setHostType(Long HostType)
Set 服务器分类:1:专业版服务器;2:自选服务器- Parameters:
HostType
- 服务器分类:1:专业版服务器;2:自选服务器
-
getQuuidList
public String[] getQuuidList()
Get 自选服务器时生效,主机quuid的string数组- Returns:
- QuuidList 自选服务器时生效,主机quuid的string数组
-
setQuuidList
public void setQuuidList(String[] QuuidList)
Set 自选服务器时生效,主机quuid的string数组- Parameters:
QuuidList
- 自选服务器时生效,主机quuid的string数组
-
getTimeoutPeriod
public Long getTimeoutPeriod()
Get 超时时间单位 秒 默认3600 秒- Returns:
- TimeoutPeriod 超时时间单位 秒 默认3600 秒
-
setTimeoutPeriod
public void setTimeoutPeriod(Long TimeoutPeriod)
Set 超时时间单位 秒 默认3600 秒- Parameters:
TimeoutPeriod
- 超时时间单位 秒 默认3600 秒
-
getEngineType
public Long getEngineType()
Get 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)- Returns:
- EngineType 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
-
setEngineType
public void setEngineType(Long EngineType)
Set 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)- Parameters:
EngineType
- 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
-
getEnableMemShellScan
public Long getEnableMemShellScan()
Get 是否开启恶意进程查杀[0:未开启,1:开启]- Returns:
- EnableMemShellScan 是否开启恶意进程查杀[0:未开启,1:开启]
-
setEnableMemShellScan
public void setEnableMemShellScan(Long EnableMemShellScan)
Set 是否开启恶意进程查杀[0:未开启,1:开启]- Parameters:
EnableMemShellScan
- 是否开启恶意进程查杀[0:未开启,1:开启]
-
-