public static final class ModifyVulTargetConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVulTargetConfigRequest |
build() |
ModifyVulTargetConfigRequest.Builder |
config(String config)
Specifies whether to enable vulnerability detection.
|
ModifyVulTargetConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyVulTargetConfigRequest.Builder |
type(String type)
The type of the vulnerability.
|
ModifyVulTargetConfigRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public ModifyVulTargetConfigRequest.Builder config(String config)
Specifies whether to enable vulnerability detection. Valid values:
This parameter is required.
example:off
public ModifyVulTargetConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public ModifyVulTargetConfigRequest.Builder type(String type)
The type of the vulnerability. Valid values:
This parameter is required.
example:cve
public ModifyVulTargetConfigRequest.Builder uuid(String uuid)
The UUID of the server.
This parameter is required.
example:inet-7c676676-06fa-442e-90fb-b802e5d6****
public ModifyVulTargetConfigRequest build()
Copyright © 2026. All rights reserved.