public class DescribeContainerAssetSummaryResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeContainerAssetSummaryResponse() | 
| DescribeContainerAssetSummaryResponse(DescribeContainerAssetSummaryResponse 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 | getContainerPauseCnt()Get Number of suspended containers | 
| Long | getContainerRunningCnt()Get Number of running containers | 
| Long | getContainerStopped()Get Number of stopped containers | 
| Long | getContainerTotalCnt()Get Total number of containers | 
| Long | getHostCnt()Get Number of server nodes | 
| Long | getHostOfflineCnt()Get Number of offline nodes on the server | 
| Long | getHostRunningCnt()Get Number of running nodes on the server | 
| Long | getHostUnInstallCnt()Get Number of servers not installed with the agent | 
| Long | getImageCnt()Get Number of local images | 
| Long | getImageRegistryCnt()Get Number of image repositories | 
| Long | getImageTotalCnt()Get Total number of images | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setContainerPauseCnt(Long ContainerPauseCnt)Set Number of suspended containers | 
| void | setContainerRunningCnt(Long ContainerRunningCnt)Set Number of running containers | 
| void | setContainerStopped(Long ContainerStopped)Set Number of stopped containers | 
| void | setContainerTotalCnt(Long ContainerTotalCnt)Set Total number of containers | 
| void | setHostCnt(Long HostCnt)Set Number of server nodes | 
| void | setHostOfflineCnt(Long HostOfflineCnt)Set Number of offline nodes on the server | 
| void | setHostRunningCnt(Long HostRunningCnt)Set Number of running nodes on the server | 
| void | setHostUnInstallCnt(Long HostUnInstallCnt)Set Number of servers not installed with the agent | 
| void | setImageCnt(Long ImageCnt)Set Number of local images | 
| void | setImageRegistryCnt(Long ImageRegistryCnt)Set Number of image repositories | 
| void | setImageTotalCnt(Long ImageTotalCnt)Set Total number of images | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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, toJsonStringpublic DescribeContainerAssetSummaryResponse()
public DescribeContainerAssetSummaryResponse(DescribeContainerAssetSummaryResponse source)
public Long getContainerTotalCnt()
public void setContainerTotalCnt(Long ContainerTotalCnt)
ContainerTotalCnt - Total number of containerspublic Long getContainerRunningCnt()
public void setContainerRunningCnt(Long ContainerRunningCnt)
ContainerRunningCnt - Number of running containerspublic Long getContainerPauseCnt()
public void setContainerPauseCnt(Long ContainerPauseCnt)
ContainerPauseCnt - Number of suspended containerspublic Long getContainerStopped()
public void setContainerStopped(Long ContainerStopped)
ContainerStopped - Number of stopped containerspublic Long getImageCnt()
public void setImageCnt(Long ImageCnt)
ImageCnt - Number of local imagespublic Long getHostCnt()
public void setHostCnt(Long HostCnt)
HostCnt - Number of server nodespublic Long getHostRunningCnt()
public void setHostRunningCnt(Long HostRunningCnt)
HostRunningCnt - Number of running nodes on the serverpublic Long getHostOfflineCnt()
public void setHostOfflineCnt(Long HostOfflineCnt)
HostOfflineCnt - Number of offline nodes on the serverpublic Long getImageRegistryCnt()
public void setImageRegistryCnt(Long ImageRegistryCnt)
ImageRegistryCnt - Number of image repositoriespublic Long getImageTotalCnt()
public void setImageTotalCnt(Long ImageTotalCnt)
ImageTotalCnt - Total number of imagespublic Long getHostUnInstallCnt()
public void setHostUnInstallCnt(Long HostUnInstallCnt)
HostUnInstallCnt - Number of servers not installed with the agentpublic 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.