public static final class DescribeUuidsByVulNamesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeUuidsByVulNamesRequest |
build() |
DescribeUuidsByVulNamesRequest.Builder |
dealed(String dealed)
Specifies whether the vulnerability is handled.
|
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)
**y**: The vulnerability is handled. **n**: The vulnerability is not handled.
public DescribeUuidsByVulNamesRequest.Builder fieldName(String fieldName)
public DescribeUuidsByVulNamesRequest.Builder fieldValue(String fieldValue)
public DescribeUuidsByVulNamesRequest.Builder groupId(Long groupId)
public DescribeUuidsByVulNamesRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeUuidsByVulNamesRequest.Builder level(String level)
* **high** * **medium** * **low**
public DescribeUuidsByVulNamesRequest.Builder necessity(String necessity)
* **asap**: high * **later**: medium * **nntf**: low
public DescribeUuidsByVulNamesRequest.Builder remark(String remark)
public DescribeUuidsByVulNamesRequest.Builder searchTags(String searchTags)
public DescribeUuidsByVulNamesRequest.Builder statusList(String statusList)
* **1**: unfixed * **4**: being fixed * **7**: fixed
public DescribeUuidsByVulNamesRequest.Builder tag(String tag)
public DescribeUuidsByVulNamesRequest.Builder targetType(String targetType)
* **containerId**: the ID of the container * **uuid**: the ID of the asset
public DescribeUuidsByVulNamesRequest.Builder type(String type)
* **cve**: Linux software vulnerability * **sys**: Windows system vulnerability * **cms**: Web-CMS vulnerability * **app**: application vulnerability * **emg**: urgent vulnerability * **sca**: vulnerability that is detected based on software component analysis
public DescribeUuidsByVulNamesRequest.Builder vpcInstanceIds(String vpcInstanceIds)
public DescribeUuidsByVulNamesRequest.Builder vulNames(List<String> vulNames)
> You can call the [DescribeGroupedVul](~~DescribeGroupedVul~~) operation to obtain the names of vulnerabilities.
public DescribeUuidsByVulNamesRequest build()
Copyright © 2023. All rights reserved.