public static final class StopHoneypotResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
StopHoneypotResponseBody.Data |
build() |
StopHoneypotResponseBody.Data.Builder |
controlNodeName(String controlNodeName)
The name of the management node to which the honeypot belongs.
|
StopHoneypotResponseBody.Data.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
StopHoneypotResponseBody.Data.Builder |
honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the image.
|
StopHoneypotResponseBody.Data.Builder |
honeypotImageName(String honeypotImageName)
The name of the image that is used for the honeypot.
|
StopHoneypotResponseBody.Data.Builder |
honeypotName(String honeypotName)
The name of the honeypot.
|
StopHoneypotResponseBody.Data.Builder |
nodeId(String nodeId)
The ID of the management node.
|
StopHoneypotResponseBody.Data.Builder |
presetId(String presetId)
The ID of the honeypot custom parameter.
|
StopHoneypotResponseBody.Data.Builder |
state(List<String> state)
The statuses of the honeypots.
|
public StopHoneypotResponseBody.Data.Builder controlNodeName(String controlNodeName)
The name of the management node to which the honeypot belongs.
example:managerNoden****
public StopHoneypotResponseBody.Data.Builder honeypotId(String honeypotId)
The ID of the honeypot.
example:9bf8cd373112263d4bc102fc5dba9d9f812ee05d4d35c487d330d52e937f****
public StopHoneypotResponseBody.Data.Builder honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the image.
example:RuoYi
public StopHoneypotResponseBody.Data.Builder honeypotImageName(String honeypotImageName)
The name of the image that is used for the honeypot.
example:metabase
public StopHoneypotResponseBody.Data.Builder honeypotName(String honeypotName)
The name of the honeypot.
example:hyl-phpmya****
public StopHoneypotResponseBody.Data.Builder nodeId(String nodeId)
The ID of the management node.
example:a882e590-b87b-45a6-87b9-d0a3e5a0****
public StopHoneypotResponseBody.Data.Builder presetId(String presetId)
The ID of the honeypot custom parameter.
example:868a7579-00b5-4a74-999d-8bd3f411****
public StopHoneypotResponseBody.Data.Builder state(List<String> state)
The statuses of the honeypots.
public StopHoneypotResponseBody.Data build()
Copyright © 2026. All rights reserved.