public static final class GetHoneypotNodeResponseBody.HoneypotNode.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Indicates whether a honeypot is allowed to access the Internet.
|
GetHoneypotNodeResponseBody.HoneypotNode |
build() |
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
createTime(String createTime)
The time when the management node was created.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
ecsInstanceId(String ecsInstanceId)
The ID of the instance.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
honeypotTotalCount(Integer honeypotTotalCount)
The maximum number of honeypots that can be deployed to the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
honeypotUsedCount(Integer honeypotUsedCount)
The number of honeypots that are deployed to the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
nodeId(String nodeId)
The ID of the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
nodeIp(String nodeIp)
The IP address of the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
nodeName(String nodeName)
The name of the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
probeTotalCount(Integer probeTotalCount)
The maximum number of probes that can be deployed for the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
probeUsedCount(Integer probeUsedCount)
The number of probes that are deployed for the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
securityGroupProbeIpList(List<String> securityGroupProbeIpList)
An array consisting of the CIDR blocks that are allowed to access the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
totalStatus(Integer totalStatus)
The status of the management node.
|
GetHoneypotNodeResponseBody.HoneypotNode.Builder |
upgradeAvailable(Boolean upgradeAvailable)
Indicates whether the management node can be upgraded.
|
public GetHoneypotNodeResponseBody.HoneypotNode.Builder allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Indicates whether a honeypot is allowed to access the Internet. Valid values:
true
public GetHoneypotNodeResponseBody.HoneypotNode.Builder createTime(String createTime)
The time when the management node was created.
example:2022-12-02 17:13:43
public GetHoneypotNodeResponseBody.HoneypotNode.Builder ecsInstanceId(String ecsInstanceId)
The ID of the instance.
example:i-2vccskxjunf1ag6w****
public GetHoneypotNodeResponseBody.HoneypotNode.Builder honeypotTotalCount(Integer honeypotTotalCount)
The maximum number of honeypots that can be deployed to the management node.
example:10
public GetHoneypotNodeResponseBody.HoneypotNode.Builder honeypotUsedCount(Integer honeypotUsedCount)
The number of honeypots that are deployed to the management node.
example:5
public GetHoneypotNodeResponseBody.HoneypotNode.Builder nodeId(String nodeId)
The ID of the management node.
example:a7409a58-bc60-41af-9d36-080d58ae****
public GetHoneypotNodeResponseBody.HoneypotNode.Builder nodeIp(String nodeIp)
The IP address of the management node.
example:101.37.XX.XX
public GetHoneypotNodeResponseBody.HoneypotNode.Builder nodeName(String nodeName)
The name of the management node.
example:gmmc
public GetHoneypotNodeResponseBody.HoneypotNode.Builder probeTotalCount(Integer probeTotalCount)
The maximum number of probes that can be deployed for the management node.
example:20
public GetHoneypotNodeResponseBody.HoneypotNode.Builder probeUsedCount(Integer probeUsedCount)
The number of probes that are deployed for the management node.
example:15
public GetHoneypotNodeResponseBody.HoneypotNode.Builder securityGroupProbeIpList(List<String> securityGroupProbeIpList)
An array consisting of the CIDR blocks that are allowed to access the management node.
public GetHoneypotNodeResponseBody.HoneypotNode.Builder totalStatus(Integer totalStatus)
The status of the management node. Valid values:
2
public GetHoneypotNodeResponseBody.HoneypotNode.Builder upgradeAvailable(Boolean upgradeAvailable)
Indicates whether the management node can be upgraded. Valid values:
true
public GetHoneypotNodeResponseBody.HoneypotNode build()
Copyright © 2026. All rights reserved.