public static final class GetHoneypotStatisticsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotStatisticsResponseBody.Data |
build() |
GetHoneypotStatisticsResponseBody.Data.Builder |
totalHoneypotCount(Integer totalHoneypotCount)
The total number of honeypots.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
totalNodeStatus(Integer totalNodeStatus)
The health status of the management node.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
totalProbeCount(Integer totalProbeCount)
The total number of authorized probes.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
usedHoneypotCount(Integer usedHoneypotCount)
The number of deployed honeypots.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
usedHostProbeCount(Integer usedHostProbeCount)
The number of deployed host probes.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
usedProbeCount(Integer usedProbeCount)
The number of deployed probes.
|
GetHoneypotStatisticsResponseBody.Data.Builder |
usedVpcProbeCount(Integer usedVpcProbeCount)
The number of deployed VPC probes.
|
public GetHoneypotStatisticsResponseBody.Data.Builder totalHoneypotCount(Integer totalHoneypotCount)
The total number of honeypots.
example:20
public GetHoneypotStatisticsResponseBody.Data.Builder totalNodeStatus(Integer totalNodeStatus)
The health status of the management node. Valid values:
1
public GetHoneypotStatisticsResponseBody.Data.Builder totalProbeCount(Integer totalProbeCount)
The total number of authorized probes.
example:40
public GetHoneypotStatisticsResponseBody.Data.Builder usedHoneypotCount(Integer usedHoneypotCount)
The number of deployed honeypots.
example:7
public GetHoneypotStatisticsResponseBody.Data.Builder usedHostProbeCount(Integer usedHostProbeCount)
The number of deployed host probes.
example:9
public GetHoneypotStatisticsResponseBody.Data.Builder usedProbeCount(Integer usedProbeCount)
The number of deployed probes.
example:15
public GetHoneypotStatisticsResponseBody.Data.Builder usedVpcProbeCount(Integer usedVpcProbeCount)
The number of deployed VPC probes.
example:6
public GetHoneypotStatisticsResponseBody.Data build()
Copyright © 2026. All rights reserved.