public class DescribeVulScanInfoRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVulScanInfoRequest() | 
| DescribeVulScanInfoRequest(DescribeVulScanInfoRequest 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 | getLocalTaskID()Get ID of the task to scan local images for vulnerabilities. | 
| Long | getRegistryTaskID()Get ID of the task to scan repository images for vulnerabilities. | 
| void | setLocalTaskID(Long LocalTaskID)Set ID of the task to scan local images for vulnerabilities. | 
| void | setRegistryTaskID(Long RegistryTaskID)Set ID of the task to scan repository images for vulnerabilities. | 
| 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, toJsonStringpublic DescribeVulScanInfoRequest()
public DescribeVulScanInfoRequest(DescribeVulScanInfoRequest source)
public Long getLocalTaskID()
public void setLocalTaskID(Long LocalTaskID)
LocalTaskID - ID of the task to scan local images for vulnerabilities. If it is not specified, the ID of the last scan will be returned.public Long getRegistryTaskID()
public void setRegistryTaskID(Long RegistryTaskID)
RegistryTaskID - ID of the task to scan repository images for vulnerabilities. If it is not specified, the ID of the last scan will be returned.Copyright © 2023. All rights reserved.