public static final class ExportVulRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ExportVulRequest.Builder |
aliasName(String aliasName)
The name of the vulnerability.
|
ExportVulRequest.Builder |
attachTypes(String attachTypes)
The additional type of the vulnerabilities.
|
ExportVulRequest |
build() |
ExportVulRequest.Builder |
dealed(String dealed)
Specifies whether the vulnerability is fixed.
|
ExportVulRequest.Builder |
groupId(String groupId)
The server group ID of the server on which the vulnerabilities are detected.
|
ExportVulRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ExportVulRequest.Builder |
necessity(String necessity)
The priority to fix the vulnerability.
|
ExportVulRequest.Builder |
searchTags(String searchTags)
The tag that is used to search for the vulnerabilities.
|
ExportVulRequest.Builder |
type(String type)
The type of the vulnerability that you want to export.
|
ExportVulRequest.Builder |
uuids(String uuids)
The UUID of the server on which the vulnerabilities are detected.
|
ExportVulRequest.Builder |
vpcInstanceIds(String vpcInstanceIds)
The ID of the virtual private cloud (VPC) in which the vulnerabilities are detected.
|
public ExportVulRequest.Builder aliasName(String aliasName)
public ExportVulRequest.Builder attachTypes(String attachTypes)
> If this parameter is set 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 ExportVulRequest.Builder dealed(String dealed)
* **y**: The vulnerability is fixed. * **n**: The vulnerability is not fixed.
public ExportVulRequest.Builder groupId(String groupId)
> You can call the [DescribeAllGroups](~~DescribeAllGroups~~) operation to query the IDs of server groups.
public ExportVulRequest.Builder lang(String lang)
* zh: Chinese * en: English
public ExportVulRequest.Builder necessity(String necessity)
* **asap**: high * **later**: medium * **nntf**: low
public ExportVulRequest.Builder searchTags(String searchTags)
* Restart required * Remote exploitation * Exploit exists * Exploitable * Privilege escalation * Code execution
public ExportVulRequest.Builder type(String type)
* **cve**: Linux software vulnerability * **sys**: Windows system vulnerability * **cms**: Web-CMS vulnerability * **app**: application vulnerability * **emg**: urgent vulnerability
public ExportVulRequest.Builder uuids(String uuids)
public ExportVulRequest.Builder vpcInstanceIds(String vpcInstanceIds)
> You can call the [DescribeVpcList](~~DescribeVpcList~~) operation to query the IDs of VPCs.
public ExportVulRequest build()
Copyright © 2023. All rights reserved.