public class ModifyVirusScanSettingRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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:自选)
|
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 |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyVirusScanSettingRequest()
public ModifyVirusScanSettingRequest(ModifyVirusScanSettingRequest source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan
- 是否开启定期扫描public Long getCycle()
public void setCycle(Long Cycle)
Cycle
- 检测周期每隔多少天(1|3|7)public String getBeginScanAt()
public void setBeginScanAt(String BeginScanAt)
BeginScanAt
- 扫描开始时间public Boolean getScanPathAll()
public void setScanPathAll(Boolean ScanPathAll)
ScanPathAll
- 扫描全部路径(true:全选,false:自选)public Long getScanPathType()
public void setScanPathType(Long ScanPathType)
ScanPathType
- 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 超时时长(5~24h)public Long getScanRangeType()
public void setScanRangeType(Long ScanRangeType)
ScanRangeType
- 扫描范围0容器1主机节点public Boolean getScanRangeAll()
public void setScanRangeAll(Boolean ScanRangeAll)
ScanRangeAll
- true 全选,false 自选public String[] getScanIds()
public void setScanIds(String[] ScanIds)
ScanIds
- 自选扫描范围的容器id或者主机id 根据ScanRangeType决定public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath
- 扫描路径Copyright © 2022. All rights reserved.