public static final class StartHoneypotResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
StartHoneypotResponseBody.Data |
build() |
StartHoneypotResponseBody.Data.Builder |
controlNodeName(String controlNodeName)
The name of the management node to which the honeypot belongs.
|
StartHoneypotResponseBody.Data.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
StartHoneypotResponseBody.Data.Builder |
honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the image.
|
StartHoneypotResponseBody.Data.Builder |
honeypotImageName(String honeypotImageName)
The name of the image that is used for the honeypot.
|
StartHoneypotResponseBody.Data.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
StartHoneypotResponseBody.Data.Builder |
nodeId(String nodeId)
The ID of the management node.
|
StartHoneypotResponseBody.Data.Builder |
presetId(String presetId)
The ID of the custom configuration for the honeypot.
|
StartHoneypotResponseBody.Data.Builder |
state(List<String> state)
The statuses of the honeypots.
|
public StartHoneypotResponseBody.Data.Builder controlNodeName(String controlNodeName)
The name of the management node to which the honeypot belongs.
example:managerNodename
public StartHoneypotResponseBody.Data.Builder honeypotId(String honeypotId)
The ID of the honeypot.
example:123
public StartHoneypotResponseBody.Data.Builder honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the image.
example:Webmin
public StartHoneypotResponseBody.Data.Builder honeypotImageName(String honeypotImageName)
The name of the image that is used for the honeypot.
example:tcp_proxy
public StartHoneypotResponseBody.Data.Builder honeypotName(String honeypotName)
The custom name of the honeypot.
example:ruoyi
public StartHoneypotResponseBody.Data.Builder nodeId(String nodeId)
The ID of the management node.
example:a882e590-b87b-45a6-87b9-d0a3e5a0****
public StartHoneypotResponseBody.Data.Builder presetId(String presetId)
The ID of the custom configuration for the honeypot.
example:ddh3731641137fe4b72b245346a2721d4b6tdgg3731641137fe4b72b245346a2721***
public StartHoneypotResponseBody.Data.Builder state(List<String> state)
The statuses of the honeypots.
public StartHoneypotResponseBody.Data build()
Copyright © 2026. All rights reserved.