public static final class CreateHoneypotPresetRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateHoneypotPresetRequest |
build() |
CreateHoneypotPresetRequest.Builder |
honeypotImageName(String honeypotImageName)
The name of the honeypot image.
|
CreateHoneypotPresetRequest.Builder |
lang(String lang)
Lang.
|
CreateHoneypotPresetRequest.Builder |
meta(String meta)
The custom configurations of the honeypot template.
|
CreateHoneypotPresetRequest.Builder |
nodeId(String nodeId)
The ID of the management node to which you want to deploy honeypots.
|
CreateHoneypotPresetRequest.Builder |
presetName(String presetName)
The custom name of the honeypot template.
|
public CreateHoneypotPresetRequest.Builder honeypotImageName(String honeypotImageName)
public CreateHoneypotPresetRequest.Builder lang(String lang)
public CreateHoneypotPresetRequest.Builder meta(String meta)
* **portrait_option**: Social Source Tracing * **burp**: Burp-specific Defense * **trojan_git**: Git-specific Defense
public CreateHoneypotPresetRequest.Builder nodeId(String nodeId)
> You can call the [ListHoneypotNode](~~ListHoneypotNode~~) operation to obtain the IDs of management nodes.
public CreateHoneypotPresetRequest.Builder presetName(String presetName)
public CreateHoneypotPresetRequest build()
Copyright © 2023. All rights reserved.