public static final class CheckTrialFixCountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CheckTrialFixCountRequest |
build() |
CheckTrialFixCountRequest.Builder |
info(String info)
The information about the vulnerability.
|
CheckTrialFixCountRequest.Builder |
type(String type)
The type of the vulnerability that you want to fix.
|
CheckTrialFixCountRequest.Builder |
uuids(List<String> uuids)
The UUIDs of the servers.
|
CheckTrialFixCountRequest.Builder |
vulNames(List<String> vulNames)
The names of the vulnerabilities.
|
public CheckTrialFixCountRequest.Builder info(String info)
The information about the vulnerability. The value of this parameter is in the JSON format and contains the following fields:
name: the name of the vulnerability.
uuid: the UUID of the server on which the vulnerability is detected.
tag: the tag that is added to the vulnerability. Valid values:
example:You must specify a value for Info or values for VulNames and Uuids to identify a vulnerability.
[{"name":"oval:com.redhat.rhsa:def:20192143","uuid":"80ee3226-1f96-4da0-a3ed-55c104e2****","tag":"oval"}]
public CheckTrialFixCountRequest.Builder type(String type)
The type of the vulnerability that you want to fix. Valid values:
This parameter is required.
example:cve
public CheckTrialFixCountRequest.Builder uuids(List<String> uuids)
The UUIDs of the servers.
public CheckTrialFixCountRequest.Builder vulNames(List<String> vulNames)
The names of the vulnerabilities.
public CheckTrialFixCountRequest build()
Copyright © 2026. All rights reserved.