public static final class DescribeFrontVulPatchListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeFrontVulPatchListRequest |
build() |
DescribeFrontVulPatchListRequest.Builder |
info(String info)
The information about the Windows system vulnerability.
|
DescribeFrontVulPatchListRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeFrontVulPatchListRequest.Builder |
operateType(String operateType)
The operation that you want to perform on the vulnerability.
|
DescribeFrontVulPatchListRequest.Builder |
type(String type)
The type of the vulnerability.
|
public DescribeFrontVulPatchListRequest.Builder info(String info)
The information about the Windows system vulnerability. The value is a JSON string that contains the following fields:
This parameter is required.
example:[{"name":"5000803","uuid":"026c9296-1234-5678-b937-a7d81f05****","tag":"system"}]
public DescribeFrontVulPatchListRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeFrontVulPatchListRequest.Builder operateType(String operateType)
The operation that you want to perform on the vulnerability. Set the value to vul_fix, which indicates vulnerability fixing.
This parameter is required.
example:vul_fix
public DescribeFrontVulPatchListRequest.Builder type(String type)
The type of the vulnerability. Set the value to sys, which indicates Windows system vulnerabilities.
This parameter is required.
example:sys
public DescribeFrontVulPatchListRequest build()
Copyright © 2026. All rights reserved.