public static final class DescribeUuidsByVulNamesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeUuidsByVulNamesRequest |
build() |
DescribeUuidsByVulNamesRequest.Builder |
dealed(String dealed)
Specifies whether the vulnerability is fixed.
|
DescribeUuidsByVulNamesRequest.Builder |
fieldName(String fieldName)
The name of the search field that is used to query containers.
|
DescribeUuidsByVulNamesRequest.Builder |
fieldValue(String fieldValue)
The value of the search field that is used to query containers.
|
DescribeUuidsByVulNamesRequest.Builder |
groupId(Long groupId)
The ID of the asset group.
|
DescribeUuidsByVulNamesRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeUuidsByVulNamesRequest.Builder |
level(String level)
The severity of the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
necessity(String necessity)
The priority based on which the vulnerability is fixed.
|
DescribeUuidsByVulNamesRequest.Builder |
remark(String remark)
The remarks for the asset affected by the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
searchTags(String searchTags)
The tags that are used to search for the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
statusList(String statusList)
The status of the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
tag(String tag)
The tag of the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
targetType(String targetType)
The type of the query condition.
|
DescribeUuidsByVulNamesRequest.Builder |
type(String type)
The type of the vulnerability.
|
DescribeUuidsByVulNamesRequest.Builder |
vpcInstanceIds(String vpcInstanceIds)
The ID of the virtual private cloud (VPC) in which the vulnerability is detected.
|
DescribeUuidsByVulNamesRequest.Builder |
vulNames(List<String> vulNames)
An array that consists of the names of vulnerabilities.
|
public DescribeUuidsByVulNamesRequest.Builder dealed(String dealed)
Specifies whether the vulnerability is fixed. Valid values:
n
public DescribeUuidsByVulNamesRequest.Builder fieldName(String fieldName)
The name of the search field that is used to query containers.
example:namespace
public DescribeUuidsByVulNamesRequest.Builder fieldValue(String fieldValue)
The value of the search field that is used to query containers.
example:cas-adad-qeqwe
public DescribeUuidsByVulNamesRequest.Builder groupId(Long groupId)
The ID of the asset group.
example:11286014
public DescribeUuidsByVulNamesRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeUuidsByVulNamesRequest.Builder level(String level)
The severity of the vulnerability. Separate multiple severities with commas (,). Valid values:
high,low
public DescribeUuidsByVulNamesRequest.Builder necessity(String necessity)
The priority based on which the vulnerability is fixed. Separate multiple priorities with commas (,). Valid values:
asap,later,nntf
public DescribeUuidsByVulNamesRequest.Builder remark(String remark)
The remarks for the asset affected by the vulnerability. The value can be the private IP address, public IP address, or name of the asset. Fuzzy match is supported.
example:10.7.
public DescribeUuidsByVulNamesRequest.Builder searchTags(String searchTags)
The tags that are used to search for the vulnerability.
example:oval
public DescribeUuidsByVulNamesRequest.Builder statusList(String statusList)
The status of the vulnerability. Separate multiple states with commas (,). Valid values:
1,4
public DescribeUuidsByVulNamesRequest.Builder tag(String tag)
The tag of the vulnerability.
example:oval
public DescribeUuidsByVulNamesRequest.Builder targetType(String targetType)
The type of the query condition. Valid values:
uuid
public DescribeUuidsByVulNamesRequest.Builder type(String type)
The type of the vulnerability. Valid values:
This parameter is required.
example:cve
public DescribeUuidsByVulNamesRequest.Builder vpcInstanceIds(String vpcInstanceIds)
The ID of the virtual private cloud (VPC) in which the vulnerability is detected. Separate multiple IDs with commas (,).
example:vpc-uf6ssrvbrwe37ekw****,vpc-bp1aevy8sofi8mh1q****
public DescribeUuidsByVulNamesRequest.Builder vulNames(List<String> vulNames)
An array that consists of the names of vulnerabilities.
You can call the DescribeGroupedVul operation to obtain the names of vulnerabilities.
This parameter is required.
public DescribeUuidsByVulNamesRequest build()
Copyright © 2026. All rights reserved.