public class ModifyAssetScanRequest extends AbstractModel
Constructor and Description |
---|
ModifyAssetScanRequest() |
ModifyAssetScanRequest(ModifyAssetScanRequest 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 |
---|---|
Long |
getRangeType()
Get Scan type.
|
String |
getScanDeep()
Get Scan mode: 'heavy', 'medium', 'light'
|
String[] |
getScanFilterIp()
Get Scans this field now and passes the filtered IPs
|
String |
getScanPeriod()
Get Scheduled task time, required when RangeType is 2
|
Long |
getScanRange()
Get Scan range.
|
Long |
getScanType()
Get 1: all; 2: single
|
void |
setRangeType(Long RangeType)
Set Scan type.
|
void |
setScanDeep(String ScanDeep)
Set Scan mode: 'heavy', 'medium', 'light'
|
void |
setScanFilterIp(String[] ScanFilterIp)
Set Scans this field now and passes the filtered IPs
|
void |
setScanPeriod(String ScanPeriod)
Set Scheduled task time, required when RangeType is 2
|
void |
setScanRange(Long ScanRange)
Set Scan range.
|
void |
setScanType(Long ScanType)
Set 1: all; 2: single
|
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 ModifyAssetScanRequest()
public ModifyAssetScanRequest(ModifyAssetScanRequest source)
public Long getScanRange()
public void setScanRange(Long ScanRange)
ScanRange
- Scan range. 1: port; 2: port + vulnerability scanpublic String getScanDeep()
public void setScanDeep(String ScanDeep)
ScanDeep
- Scan mode: 'heavy', 'medium', 'light'public Long getRangeType()
public void setRangeType(Long RangeType)
RangeType
- Scan type. 1: scan now; 2: periodic scanpublic String getScanPeriod()
public void setScanPeriod(String ScanPeriod)
ScanPeriod
- Scheduled task time, required when RangeType is 2public String[] getScanFilterIp()
public void setScanFilterIp(String[] ScanFilterIp)
ScanFilterIp
- Scans this field now and passes the filtered IPspublic Long getScanType()
public void setScanType(Long ScanType)
ScanType
- 1: all; 2: singleCopyright © 2023. All rights reserved.