public static final class ListHoneypotNodeResponseBody.HoneypotNodeList.Builder extends Object
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Indicates whether a honeypot is allowed to access the Internet. Valid values:
true
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder createTime(String createTime)
The time when the management node was created.
example:2022-08-04 15:52:56
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder defaultNode(Boolean defaultNode)
The type of the management node. Default value: false. Valid values:
false
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder ecsInstanceId(String ecsInstanceId)
The ID of the instance.
example:i-bp1fs3qsc1msa3512k****
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder honeypotTotalCount(Integer honeypotTotalCount)
The maximum number of honeypots that can be deployed to the management node.
example:10
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder honeypotUsedCount(Integer honeypotUsedCount)
The number of honeypots that are deployed to the management node.
example:2
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder nodeId(String nodeId)
The ID of the management node.
example:7d110ca6-05ee-4149-8042-13ad1a41fd****
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder nodeIp(String nodeIp)
The IP address of the management node.
example:119.180.XX.XX
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder nodeName(String nodeName)
The name of the management node.
example:cyct_cnymu
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder probeTotalCount(Integer probeTotalCount)
The maximum number of probes that can be deployed for the management node.
example:5
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder probeUsedCount(Integer probeUsedCount)
The number of probes that are deployed for the management node.
example:2
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder securityGroupProbeIpList(List<String> securityGroupProbeIpList)
An array consisting of the CIDR blocks that are allowed to access the management node.
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder totalStatus(Integer totalStatus)
The status of the management node. Valid values:
1
public ListHoneypotNodeResponseBody.HoneypotNodeList.Builder upgradeAvailable(Boolean upgradeAvailable)
Indicates whether the management node can be upgraded. Valid values:
true
public ListHoneypotNodeResponseBody.HoneypotNodeList build()
Copyright © 2026. All rights reserved.