public class DescribeClusterSummaryResponse extends AbstractModel
Constructor and Description |
---|
DescribeClusterSummaryResponse() |
DescribeClusterSummaryResponse(DescribeClusterSummaryResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAutoCheckClusterCount()
Get Number of clusters automatically checked
|
Long |
getCheckedClusterCount()
Get Number of checked clusters
|
Long |
getFailedClusterCount()
Get Number of clusters that failed the check
|
Long |
getIndependentClusterCount()
Get Number of self-deployed clusters
|
Long |
getManagedClusterCount()
Get Number of managed clusters
|
Long |
getManualCheckClusterCount()
Get Number of clusters manually checked
|
Long |
getNoRiskClusterCount()
Get Number of clusters involving no risks
|
Long |
getNotImportedClusterCount()
Get Number of clusters not imported
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getRiskClusterCount()
Get Number of clusters at risk
|
Long |
getTotalCount()
Get Total number of clusters
|
Long |
getUncheckClusterCount()
Get Number of clusters not checked
|
void |
setAutoCheckClusterCount(Long AutoCheckClusterCount)
Set Number of clusters automatically checked
|
void |
setCheckedClusterCount(Long CheckedClusterCount)
Set Number of checked clusters
|
void |
setFailedClusterCount(Long FailedClusterCount)
Set Number of clusters that failed the check
|
void |
setIndependentClusterCount(Long IndependentClusterCount)
Set Number of self-deployed clusters
|
void |
setManagedClusterCount(Long ManagedClusterCount)
Set Number of managed clusters
|
void |
setManualCheckClusterCount(Long ManualCheckClusterCount)
Set Number of clusters manually checked
|
void |
setNoRiskClusterCount(Long NoRiskClusterCount)
Set Number of clusters involving no risks
|
void |
setNotImportedClusterCount(Long NotImportedClusterCount)
Set Number of clusters not imported
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRiskClusterCount(Long RiskClusterCount)
Set Number of clusters at risk
|
void |
setTotalCount(Long TotalCount)
Set Total number of clusters
|
void |
setUncheckClusterCount(Long UncheckClusterCount)
Set Number of clusters not checked
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeClusterSummaryResponse()
public DescribeClusterSummaryResponse(DescribeClusterSummaryResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of clusterspublic Long getRiskClusterCount()
public void setRiskClusterCount(Long RiskClusterCount)
RiskClusterCount
- Number of clusters at riskpublic Long getUncheckClusterCount()
public void setUncheckClusterCount(Long UncheckClusterCount)
UncheckClusterCount
- Number of clusters not checkedpublic Long getManagedClusterCount()
public void setManagedClusterCount(Long ManagedClusterCount)
ManagedClusterCount
- Number of managed clusterspublic Long getIndependentClusterCount()
public void setIndependentClusterCount(Long IndependentClusterCount)
IndependentClusterCount
- Number of self-deployed clusterspublic Long getNoRiskClusterCount()
public void setNoRiskClusterCount(Long NoRiskClusterCount)
NoRiskClusterCount
- Number of clusters involving no riskspublic Long getCheckedClusterCount()
public void setCheckedClusterCount(Long CheckedClusterCount)
CheckedClusterCount
- Number of checked clusterspublic Long getAutoCheckClusterCount()
public void setAutoCheckClusterCount(Long AutoCheckClusterCount)
AutoCheckClusterCount
- Number of clusters automatically checkedpublic Long getManualCheckClusterCount()
public void setManualCheckClusterCount(Long ManualCheckClusterCount)
ManualCheckClusterCount
- Number of clusters manually checkedpublic Long getFailedClusterCount()
public void setFailedClusterCount(Long FailedClusterCount)
FailedClusterCount
- Number of clusters that failed the checkpublic Long getNotImportedClusterCount()
public void setNotImportedClusterCount(Long NotImportedClusterCount)
NotImportedClusterCount
- Number of clusters not importedpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.