public static final class DescribePluginSummaryResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePluginSummaryResponseBody.Data |
build() |
DescribePluginSummaryResponseBody.Data.Builder |
failedCnt(Integer failedCnt)
The number of hosts on which the plug-in failed to be installed.
|
DescribePluginSummaryResponseBody.Data.Builder |
failedReasons(List<DescribePluginSummaryResponseBody.FailedReasons> failedReasons)
The causes of installation failures.
|
DescribePluginSummaryResponseBody.Data.Builder |
offlineCnt(Integer offlineCnt)
The number of hosts on which the plug-in is offline.
|
DescribePluginSummaryResponseBody.Data.Builder |
onlineCnt(Integer onlineCnt)
The number of hosts on which the plug-in is online.
|
DescribePluginSummaryResponseBody.Data.Builder |
switchOffCnt(Integer switchOffCnt)
The number of hosts for which the plug-in is not enabled.
|
DescribePluginSummaryResponseBody.Data.Builder |
totalCnt(Integer totalCnt)
The total number of hosts.
|
public DescribePluginSummaryResponseBody.Data.Builder failedCnt(Integer failedCnt)
The number of hosts on which the plug-in failed to be installed.
example:3
public DescribePluginSummaryResponseBody.Data.Builder failedReasons(List<DescribePluginSummaryResponseBody.FailedReasons> failedReasons)
The causes of installation failures.
public DescribePluginSummaryResponseBody.Data.Builder offlineCnt(Integer offlineCnt)
The number of hosts on which the plug-in is offline.
example:2
public DescribePluginSummaryResponseBody.Data.Builder onlineCnt(Integer onlineCnt)
The number of hosts on which the plug-in is online.
example:10
public DescribePluginSummaryResponseBody.Data.Builder switchOffCnt(Integer switchOffCnt)
The number of hosts for which the plug-in is not enabled.
example:5
public DescribePluginSummaryResponseBody.Data.Builder totalCnt(Integer totalCnt)
The total number of hosts.
example:20
public DescribePluginSummaryResponseBody.Data build()
Copyright © 2026. All rights reserved.