Class ModifyVirusScanSettingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifyVirusScanSettingRequest
-
public class ModifyVirusScanSettingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVirusScanSettingRequest()
ModifyVirusScanSettingRequest(ModifyVirusScanSettingRequest 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 String
getBeginScanAt()
Get 扫描开始时间Long
getCycle()
Get 检测周期每隔多少天(1|3|7)Boolean
getEnableScan()
Get 是否开启定期扫描String[]
getScanIds()
Get 自选扫描范围的容器id或者主机id 根据ScanRangeType决定String[]
getScanPath()
Get 扫描路径Boolean
getScanPathAll()
Get 扫描全部路径(true:全选,false:自选)String
getScanPathMode()
Get 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径Long
getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径Boolean
getScanRangeAll()
Get true 全选,false 自选Long
getScanRangeType()
Get 扫描范围0容器1主机节点Long
getTimeout()
Get 超时时长(5~24h)void
setBeginScanAt(String BeginScanAt)
Set 扫描开始时间void
setCycle(Long Cycle)
Set 检测周期每隔多少天(1|3|7)void
setEnableScan(Boolean EnableScan)
Set 是否开启定期扫描void
setScanIds(String[] ScanIds)
Set 自选扫描范围的容器id或者主机id 根据ScanRangeType决定void
setScanPath(String[] ScanPath)
Set 扫描路径void
setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径(true:全选,false:自选)void
setScanPathMode(String ScanPathMode)
Set 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径void
setScanPathType(Long ScanPathType)
Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径void
setScanRangeAll(Boolean ScanRangeAll)
Set true 全选,false 自选void
setScanRangeType(Long ScanRangeType)
Set 扫描范围0容器1主机节点void
setTimeout(Long Timeout)
Set 超时时长(5~24h)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
-
ModifyVirusScanSettingRequest
public ModifyVirusScanSettingRequest()
-
ModifyVirusScanSettingRequest
public ModifyVirusScanSettingRequest(ModifyVirusScanSettingRequest 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
-
getEnableScan
public Boolean getEnableScan()
Get 是否开启定期扫描- Returns:
- EnableScan 是否开启定期扫描
-
setEnableScan
public void setEnableScan(Boolean EnableScan)
Set 是否开启定期扫描- Parameters:
EnableScan
- 是否开启定期扫描
-
getCycle
public Long getCycle()
Get 检测周期每隔多少天(1|3|7)- Returns:
- Cycle 检测周期每隔多少天(1|3|7)
-
setCycle
public void setCycle(Long Cycle)
Set 检测周期每隔多少天(1|3|7)- Parameters:
Cycle
- 检测周期每隔多少天(1|3|7)
-
getBeginScanAt
public String getBeginScanAt()
Get 扫描开始时间- Returns:
- BeginScanAt 扫描开始时间
-
setBeginScanAt
public void setBeginScanAt(String BeginScanAt)
Set 扫描开始时间- Parameters:
BeginScanAt
- 扫描开始时间
-
getScanPathAll
public Boolean getScanPathAll()
Get 扫描全部路径(true:全选,false:自选)- Returns:
- ScanPathAll 扫描全部路径(true:全选,false:自选)
-
setScanPathAll
public void setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径(true:全选,false:自选)- Parameters:
ScanPathAll
- 扫描全部路径(true:全选,false:自选)
-
getScanPathType
public Long getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径- Returns:
- ScanPathType 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
-
setScanPathType
public void setScanPathType(Long ScanPathType)
Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径- Parameters:
ScanPathType
- 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
-
getTimeout
public Long getTimeout()
Get 超时时长(5~24h)- Returns:
- Timeout 超时时长(5~24h)
-
setTimeout
public void setTimeout(Long Timeout)
Set 超时时长(5~24h)- Parameters:
Timeout
- 超时时长(5~24h)
-
getScanRangeType
public Long getScanRangeType()
Get 扫描范围0容器1主机节点- Returns:
- ScanRangeType 扫描范围0容器1主机节点
-
setScanRangeType
public void setScanRangeType(Long ScanRangeType)
Set 扫描范围0容器1主机节点- Parameters:
ScanRangeType
- 扫描范围0容器1主机节点
-
getScanRangeAll
public Boolean getScanRangeAll()
Get true 全选,false 自选- Returns:
- ScanRangeAll true 全选,false 自选
-
setScanRangeAll
public void setScanRangeAll(Boolean ScanRangeAll)
Set true 全选,false 自选- Parameters:
ScanRangeAll
- true 全选,false 自选
-
getScanIds
public String[] getScanIds()
Get 自选扫描范围的容器id或者主机id 根据ScanRangeType决定- Returns:
- ScanIds 自选扫描范围的容器id或者主机id 根据ScanRangeType决定
-
setScanIds
public void setScanIds(String[] ScanIds)
Set 自选扫描范围的容器id或者主机id 根据ScanRangeType决定- Parameters:
ScanIds
- 自选扫描范围的容器id或者主机id 根据ScanRangeType决定
-
getScanPath
public String[] getScanPath()
Get 扫描路径- Returns:
- ScanPath 扫描路径
-
setScanPath
public void setScanPath(String[] ScanPath)
Set 扫描路径- Parameters:
ScanPath
- 扫描路径
-
getScanPathMode
public String getScanPathMode()
Get 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径- Returns:
- ScanPathMode 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径
-
setScanPathMode
public void setScanPathMode(String ScanPathMode)
Set 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径- Parameters:
ScanPathMode
- 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径
-
-