public static final class DescribeGroupedVulRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGroupedVulRequest.Builder |
aliasName(String aliasName)
The alias of the vulnerability.
|
DescribeGroupedVulRequest.Builder |
assetType(String assetType)
The type of the asset on which the vulnerability is detected.
|
DescribeGroupedVulRequest.Builder |
attachTypes(String attachTypes)
The type of the vulnerability.
|
DescribeGroupedVulRequest |
build() |
DescribeGroupedVulRequest.Builder |
clusterId(String clusterId)
The cluster ID.
|
DescribeGroupedVulRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query containers.
|
DescribeGroupedVulRequest.Builder |
containerFieldValue(String containerFieldValue)
The value specified by ContainerFieldName.
|
DescribeGroupedVulRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeGroupedVulRequest.Builder |
cveId(String cveId)
The CVE ID.
|
DescribeGroupedVulRequest.Builder |
dealed(String dealed)
Specifies whether the vulnerability is handled.
|
DescribeGroupedVulRequest.Builder |
groupId(String groupId)
The ID of the asset group.
|
DescribeGroupedVulRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeGroupedVulRequest.Builder |
necessity(String necessity)
The priorities to fix the vulnerabilities.
|
DescribeGroupedVulRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeGroupedVulRequest.Builder |
raspDefend(Integer raspDefend)
Indicates whether the application protection feature is supported.
|
DescribeGroupedVulRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeGroupedVulRequest.Builder |
searchTags(String searchTags)
The tag that is used to search for the vulnerability.
|
DescribeGroupedVulRequest.Builder |
targetType(String targetType)
The query type for containers.
|
DescribeGroupedVulRequest.Builder |
type(String type)
The type of the vulnerability that you want to query.
|
DescribeGroupedVulRequest.Builder |
uuids(String uuids)
The UUID of the server.
|
public DescribeGroupedVulRequest.Builder aliasName(String aliasName)
The alias of the vulnerability.
example:RHSA-2019:0230-Important: polkit security update
public DescribeGroupedVulRequest.Builder assetType(String assetType)
The type of the asset on which the vulnerability is detected. Separate multiple types with commas (,). Valid values:
ECS,CONTAINER
public DescribeGroupedVulRequest.Builder attachTypes(String attachTypes)
The type of the vulnerability. This parameter is valid only for application vulnerabilities. Separate multiple values with commas (,). Valid values:
sca
public DescribeGroupedVulRequest.Builder clusterId(String clusterId)
The cluster ID.
example:c88fb10da1168494091db6aafc5dd****
public DescribeGroupedVulRequest.Builder containerFieldName(String containerFieldName)
The key of the condition that is used to query containers. Valid values:
appName
public DescribeGroupedVulRequest.Builder containerFieldValue(String containerFieldValue)
The value specified by ContainerFieldName.
example:cc914b0df156d40148412afe4a581****
public DescribeGroupedVulRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeGroupedVulRequest.Builder cveId(String cveId)
The CVE ID.
example:You can call the DescribeVulListPage operation to query the CVE ID.
CVE-2017-15420
public DescribeGroupedVulRequest.Builder dealed(String dealed)
Specifies whether the vulnerability is handled. Valid values:
n
public DescribeGroupedVulRequest.Builder groupId(String groupId)
The ID of the asset group.
example:235454
public DescribeGroupedVulRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeGroupedVulRequest.Builder necessity(String necessity)
The priorities to fix the vulnerabilities. Separate multiple priorities with commas (,). Valid values:
asap,later,nntf
public DescribeGroupedVulRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 10.
example:20
public DescribeGroupedVulRequest.Builder raspDefend(Integer raspDefend)
Indicates whether the application protection feature is supported. Valid values:
0: no.
1: yes.
1
public DescribeGroupedVulRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to query the account ID.
127608589417****
public DescribeGroupedVulRequest.Builder searchTags(String searchTags)
The tag that is used to search for the vulnerability. Valid values:
Code Execution
public DescribeGroupedVulRequest.Builder targetType(String targetType)
The query type for containers. Valid values:
containerId
public DescribeGroupedVulRequest.Builder type(String type)
The type of the vulnerability that you want to query. Default value: cve. Valid values:
cve
public DescribeGroupedVulRequest.Builder uuids(String uuids)
The UUID of the server. Separate multiple UUIDs with commas (,).
example:d42f938c-d962-48a0-90f9-05e4ea****
public DescribeGroupedVulRequest build()
Copyright © 2026. All rights reserved.