public static final class CreateHoneypotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateHoneypotRequest |
build() |
CreateHoneypotRequest.Builder |
honeypotImageId(String honeypotImageId)
The ID of the honeypot image.
|
CreateHoneypotRequest.Builder |
honeypotImageName(String honeypotImageName)
The name of the honeypot image.
|
CreateHoneypotRequest.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
CreateHoneypotRequest.Builder |
meta(String meta)
The custom configuration of the honeypot in the JSON format.
|
CreateHoneypotRequest.Builder |
nodeId(String nodeId)
The ID of the management node.
|
public CreateHoneypotRequest.Builder honeypotImageId(String honeypotImageId)
The ID of the honeypot image.
You can call the ListAvailableHoneypot operation to query the IDs of images from the HoneypotImageId response parameter.
This parameter is required.
example:sha256:ebc4c102ac407d53733c2373e8888a733ddce86f163ccbe7492ae1cbf26****
public CreateHoneypotRequest.Builder honeypotImageName(String honeypotImageName)
The name of the honeypot image.
You can call the ListAvailableHoneypot operation to query the names of images from the HoneypotImageName response parameter.
This parameter is required.
example:HoneyPotImageName
public CreateHoneypotRequest.Builder honeypotName(String honeypotName)
The custom name of the honeypot.
This parameter is required.
example:ruoyi
public CreateHoneypotRequest.Builder meta(String meta)
The custom configuration of the honeypot in the JSON format. The value contains the following fields:
trojan_git: Git-specific Defense. Valid values:
trojan_git_addr: Git Trojan Address.
trojan_git.zip: Git Trojan.
burp: Burp-specific Defense. Valid values:
portrait_option: Source Tracing Configuration. Valid values:
{"trojan_git":"close","burp":"close","portrait_option":"false"}
public CreateHoneypotRequest.Builder nodeId(String nodeId)
The ID of the management node.
You can call the ListHoneypotNode operation to query the IDs of management nodes.
This parameter is required.
example:a882e590-b87b-45a6-87b9-d0a3e5a0****
public CreateHoneypotRequest build()
Copyright © 2026. All rights reserved.