public static final class DescribeContainerStatisticsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeContainerStatisticsResponseBody.Data |
build() |
DescribeContainerStatisticsResponseBody.Data.Builder |
hasRiskNode(Integer hasRiskNode)
The number of nodes on which alerts are generated in the current container cluster.
|
DescribeContainerStatisticsResponseBody.Data.Builder |
remindAlarmCount(Integer remindAlarmCount)
The number of alerts whose risk level is Reminder.
|
DescribeContainerStatisticsResponseBody.Data.Builder |
seriousAlarmCount(Integer seriousAlarmCount)
The number of alerts whose risk level is Urgent.
|
DescribeContainerStatisticsResponseBody.Data.Builder |
suspiciousAlarmCount(Integer suspiciousAlarmCount)
The number of alerts whose risk level is Suspicious.
|
DescribeContainerStatisticsResponseBody.Data.Builder |
totalAlarmCount(Integer totalAlarmCount)
The total number of alerts that are generated in the current container cluster.
|
DescribeContainerStatisticsResponseBody.Data.Builder |
totalNode(Integer totalNode)
The total number of nodes in the current container cluster.
|
public DescribeContainerStatisticsResponseBody.Data.Builder remindAlarmCount(Integer remindAlarmCount)
The number of alerts whose risk level is Reminder.
example:1
public DescribeContainerStatisticsResponseBody.Data.Builder seriousAlarmCount(Integer seriousAlarmCount)
The number of alerts whose risk level is Urgent.
example:2
public DescribeContainerStatisticsResponseBody.Data.Builder suspiciousAlarmCount(Integer suspiciousAlarmCount)
The number of alerts whose risk level is Suspicious.
example:3
public DescribeContainerStatisticsResponseBody.Data.Builder totalAlarmCount(Integer totalAlarmCount)
The total number of alerts that are generated in the current container cluster.
example:6
public DescribeContainerStatisticsResponseBody.Data.Builder totalNode(Integer totalNode)
The total number of nodes in the current container cluster.
example:12
public DescribeContainerStatisticsResponseBody.Data.Builder hasRiskNode(Integer hasRiskNode)
The number of nodes on which alerts are generated in the current container cluster.
example:4
public DescribeContainerStatisticsResponseBody.Data build()
Copyright © 2026. All rights reserved.