public static final class DescribeEmgVulItemRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeEmgVulItemRequest |
build() |
DescribeEmgVulItemRequest.Builder |
checkType(Integer checkType)
The check method.
|
DescribeEmgVulItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeEmgVulItemRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeEmgVulItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeEmgVulItemRequest.Builder |
riskStatus(String riskStatus)
Specifies whether the vulnerability poses risks.\
If you do not specify this parameter, all vulnerabilities are queried regardless of whether the vulnerabilities pose risks.
|
DescribeEmgVulItemRequest.Builder |
scanType(String scanType)
The method that is used to detect the vulnerability.\
If you do not specify this parameter, all vulnerabilities are queried regardless of which method is used.
|
DescribeEmgVulItemRequest.Builder |
vulName(String vulName)
The name of the urgent vulnerability.
|
public DescribeEmgVulItemRequest.Builder checkType(Integer checkType)
* **0**: proof of concept (POC) verification * **1**: version comparison
public DescribeEmgVulItemRequest.Builder currentPage(Integer currentPage)
public DescribeEmgVulItemRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeEmgVulItemRequest.Builder pageSize(Integer pageSize)
public DescribeEmgVulItemRequest.Builder riskStatus(String riskStatus)
If you do not specify this parameter, all vulnerabilities are queried regardless of whether the vulnerabilities pose risks. Valid values: * **y**: yes * **n**: no
public DescribeEmgVulItemRequest.Builder scanType(String scanType)
If you do not specify this parameter, all vulnerabilities are queried regardless of which method is used. Valid values: * **python**: The Version method is used. Security Center checks the software versions of your server to check whether disclosed vulnerabilities exist on your server. * **scan**: The Network Scan method is used. Security Center analyzes the access traffic to your server over the Internet to check whether vulnerabilities exist on your server.
public DescribeEmgVulItemRequest.Builder vulName(String vulName)
public DescribeEmgVulItemRequest build()
Copyright © 2023. All rights reserved.