public static final class DescribeAllRegionsStatisticsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
account(Integer account)
The number of logons to the asset.
|
DescribeAllRegionsStatisticsResponseBody.Data |
build() |
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
health(Integer health)
The total number of unfixed baseline risks.
|
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
newSuspicious(Integer newSuspicious)
The number of alerts that are generated by Server Guard or Security Center.
|
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
suspicious(Integer suspicious)
The number of alerts that are generated by Server Guard.
|
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
trojan(Integer trojan)
The number of webshell alerts.
|
DescribeAllRegionsStatisticsResponseBody.Data.Builder |
vul(Integer vul)
The number of unfixed vulnerabilities.
|
public DescribeAllRegionsStatisticsResponseBody.Data.Builder account(Integer account)
The number of logons to the asset.
example:0
public DescribeAllRegionsStatisticsResponseBody.Data.Builder health(Integer health)
The total number of unfixed baseline risks.
example:2
public DescribeAllRegionsStatisticsResponseBody.Data.Builder newSuspicious(Integer newSuspicious)
The number of alerts that are generated by Server Guard or Security Center.
If From is set to sas, this parameter indicates the number of alerts that are generated by Security Center.
If From is set to aqs, this parameter indicates the number of alerts that are generated by Server Guard.
0
public DescribeAllRegionsStatisticsResponseBody.Data.Builder suspicious(Integer suspicious)
The number of alerts that are generated by Server Guard.
example:2
public DescribeAllRegionsStatisticsResponseBody.Data.Builder trojan(Integer trojan)
The number of webshell alerts.
example:1
public DescribeAllRegionsStatisticsResponseBody.Data.Builder vul(Integer vul)
The number of unfixed vulnerabilities.
example:17
public DescribeAllRegionsStatisticsResponseBody.Data build()
Copyright © 2026. All rights reserved.