public static final class CreateHoneypotResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateHoneypotResponseBody.Data |
build() |
CreateHoneypotResponseBody.Data.Builder |
controlNodeName(String controlNodeName)
The name of the management node.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the honeypot image.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotImageName(String honeypotImageName)
The name of the honeypot image.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
nodeId(String nodeId)
The ID of the management node.
|
CreateHoneypotResponseBody.Data.Builder |
presetId(String presetId)
The ID of the custom configuration for the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
state(List<String> state)
An array that consists of the status information about the honeypot.
|
public CreateHoneypotResponseBody.Data.Builder controlNodeName(String controlNodeName)
The name of the management node.
example:managerNodename
public CreateHoneypotResponseBody.Data.Builder honeypotId(String honeypotId)
The ID of the honeypot.
example:9bf8cd373112263d4bc102fc5dba9d9f812ee05d4d35c487d330d52e937f****
public CreateHoneypotResponseBody.Data.Builder honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the honeypot image.
example:HoneyDisplayName
public CreateHoneypotResponseBody.Data.Builder honeypotImageName(String honeypotImageName)
The name of the honeypot image.
example:tcp_proxy
public CreateHoneypotResponseBody.Data.Builder honeypotName(String honeypotName)
The custom name of the honeypot.
example:ruoyi
public CreateHoneypotResponseBody.Data.Builder nodeId(String nodeId)
The ID of the management node.
example:a882e590-b87b-45a6-87b9-d0a3e5a0****
public CreateHoneypotResponseBody.Data.Builder presetId(String presetId)
The ID of the custom configuration for the honeypot.
example:ddh3731641137fe4b72b245346a2721d4b6tdgg3731641137fe4b72b245346a2721***
public CreateHoneypotResponseBody.Data.Builder state(List<String> state)
An array that consists of the status information about the honeypot.
public CreateHoneypotResponseBody.Data build()
Copyright © 2026. All rights reserved.