public static final class DescribeVulListRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeVulListRequest.Builder |
aliasName(String aliasName)
The name of the vulnerability.
|
DescribeVulListRequest.Builder |
attachTypes(String attachTypes)
The additional type of the vulnerabilities.
|
DescribeVulListRequest |
build() |
DescribeVulListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeVulListRequest.Builder |
dealed(String dealed)
Specifies whether the vulnerabilities are fixed.
|
DescribeVulListRequest.Builder |
groupId(String groupId)
The ID of the asset group.
|
DescribeVulListRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeVulListRequest.Builder |
name(String name)
The alias of the vulnerability.
|
DescribeVulListRequest.Builder |
necessity(String necessity)
The priority to fix the vulnerability.
|
DescribeVulListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeVulListRequest.Builder |
remark(String remark)
The remarks for the asset affected by the vulnerability.
|
DescribeVulListRequest.Builder |
type(String type)
The type of the vulnerability.
|
DescribeVulListRequest.Builder |
uuids(String uuids)
The UUIDs of the servers on which you want to query the vulnerabilities.
|
DescribeVulListRequest.Builder |
vpcInstanceIds(String vpcInstanceIds)
The IDs of the virtual private clouds (VPCs) in which the vulnerability is detected.
|
public DescribeVulListRequest.Builder aliasName(String aliasName)
public DescribeVulListRequest.Builder attachTypes(String attachTypes)
> If you set this parameter to **sca**, application vulnerabilities and the vulnerabilities that are detected based on software component analysis are queried. If you do not specify this parameter, only application vulnerabilities are queried.
public DescribeVulListRequest.Builder currentPage(Integer currentPage)
public DescribeVulListRequest.Builder dealed(String dealed)
* **y**: yes * **n**: no
public DescribeVulListRequest.Builder groupId(String groupId)
> You can call the [DescribeAllGroups](~~DescribeAllGroups~~) operation to query the IDs of asset groups.
public DescribeVulListRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeVulListRequest.Builder name(String name)
public DescribeVulListRequest.Builder necessity(String necessity)
* **asap**: high * **later**: medium * **nntf**: low
public DescribeVulListRequest.Builder pageSize(Integer pageSize)
public DescribeVulListRequest.Builder remark(String remark)
public DescribeVulListRequest.Builder type(String type)
* **cve**: Linux software vulnerability * **sys**: Windows system vulnerability * **cms**: Web-CMS vulnerability * **app**: application vulnerability that is detected by using web scanner * **emg**: urgent vulnerability * **sca**: application vulnerability that is detected by using software component analysis
public DescribeVulListRequest.Builder uuids(String uuids)
public DescribeVulListRequest.Builder vpcInstanceIds(String vpcInstanceIds)
public DescribeVulListRequest build()
Copyright © 2023. All rights reserved.