public static final class ModifyVulTargetRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVulTargetRequest |
build() |
ModifyVulTargetRequest.Builder |
config(String config)
The configurations.
|
ModifyVulTargetRequest.Builder |
target(String target)
The operation.
|
public ModifyVulTargetRequest.Builder config(String config)
The configurations. The value of this parameter is in the JSON format and contains the following fields:
vulType: the type of the vulnerabilities to scan. Valid values:
{"vulType":"sys"}
public ModifyVulTargetRequest.Builder target(String target)
The operation. The value of this parameter is in the JSON format and contains the following fields:
target: the UUID of the server.
targetType: the application scope of the operation. Set the value to uuid.
flag: the type of the operation. Valid values:
[{"target": "9cd5c684-7201-4de5-ad2c-cea89a5e****", "targetType": "uuid", "flag": "add"}]
public ModifyVulTargetRequest build()
Copyright © 2026. All rights reserved.