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)
* **vulType**: the type of the vulnerabilities to scan. Valid values: * **cve**: Linux software vulnerabilities * **sys**: Windows system vulnerabilities * **cms**: Web-CMS vulnerabilities * **emg**: urgent vulnerabilities
public ModifyVulTargetRequest.Builder target(String target)
* **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: * **add**: select * **del**: deselect
public ModifyVulTargetRequest build()
Copyright © 2023. All rights reserved.