public class DescribeAssetContainerDetailResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAssetContainerDetailResponse() | 
| DescribeAssetContainerDetailResponse(DescribeAssetContainerDetailResponse 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 | getAppCnt()Get Number of applications | 
| String | getCmd()Get Command line | 
| Long | getComponentCnt()Get Number of components | 
| String | getContainerName()Get Container name | 
| Long | getCPUUsage()Get CPU utilization * 1000 | 
| String | getCreateTime()Get Creation time | 
| String | getHostID()Get Server ID | 
| String | getHostIP()Get Server IP | 
| String | getHostStatus()Get Server status. | 
| String | getImageCreateTime()Get Image creation time | 
| String | getImageID()Get Image ID | 
| String | getImageName()Get Image name | 
| Long | getImageSize()Get Image size | 
| String | getIsolateSource()Get Isolation source
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIsolateTime()Get Isolation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getK8sMaster()Get K8s master node | 
| ContainerMount[] | getMounts()Get Mount | 
| String | getNetStatus()Get Network status
`NORMAL`:       Not isolated. | 
| String | getNetSubStatus()Get Sub-status of the network | 
| ContainerNetwork | getNetwork()Get Container network information | 
| String | getPOD()Get Pod | 
| Long | getPortCnt()Get Number of ports in the container | 
| Long | getProcessCnt()Get Number of processes in the container | 
| Long | getRamUsage()Get Memory usage in KB | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getRunAs()Get Operator | 
| String | getStatus()Get Status | 
| Long | getWebServiceCnt()Get Number of web services | 
| void | setAppCnt(Long AppCnt)Set Number of applications | 
| void | setCmd(String Cmd)Set Command line | 
| void | setComponentCnt(Long ComponentCnt)Set Number of components | 
| void | setContainerName(String ContainerName)Set Container name | 
| void | setCPUUsage(Long CPUUsage)Set CPU utilization * 1000 | 
| void | setCreateTime(String CreateTime)Set Creation time | 
| void | setHostID(String HostID)Set Server ID | 
| void | setHostIP(String HostIP)Set Server IP | 
| void | setHostStatus(String HostStatus)Set Server status. | 
| void | setImageCreateTime(String ImageCreateTime)Set Image creation time | 
| void | setImageID(String ImageID)Set Image ID | 
| void | setImageName(String ImageName)Set Image name | 
| void | setImageSize(Long ImageSize)Set Image size | 
| void | setIsolateSource(String IsolateSource)Set Isolation source
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsolateTime(String IsolateTime)Set Isolation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setK8sMaster(String K8sMaster)Set K8s master node | 
| void | setMounts(ContainerMount[] Mounts)Set Mount | 
| void | setNetStatus(String NetStatus)Set Network status
`NORMAL`:       Not isolated. | 
| void | setNetSubStatus(String NetSubStatus)Set Sub-status of the network | 
| void | setNetwork(ContainerNetwork Network)Set Container network information | 
| void | setPOD(String POD)Set Pod | 
| void | setPortCnt(Long PortCnt)Set Number of ports in the container | 
| void | setProcessCnt(Long ProcessCnt)Set Number of processes in the container | 
| void | setRamUsage(Long RamUsage)Set Memory usage in KB | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setRunAs(String RunAs)Set Operator | 
| void | setStatus(String Status)Set Status | 
| void | setWebServiceCnt(Long WebServiceCnt)Set Number of web services | 
| 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 DescribeAssetContainerDetailResponse()
public DescribeAssetContainerDetailResponse(DescribeAssetContainerDetailResponse source)
public String getHostID()
public void setHostID(String HostID)
HostID - Server IDpublic String getHostIP()
public void setHostIP(String HostIP)
HostIP - Server IPpublic String getContainerName()
public void setContainerName(String ContainerName)
ContainerName - Container namepublic String getStatus()
public void setStatus(String Status)
Status - Statuspublic String getRunAs()
public void setRunAs(String RunAs)
RunAs - Operatorpublic String getCmd()
public void setCmd(String Cmd)
Cmd - Command linepublic Long getCPUUsage()
public void setCPUUsage(Long CPUUsage)
CPUUsage - CPU utilization * 1000public Long getRamUsage()
public void setRamUsage(Long RamUsage)
RamUsage - Memory usage in KBpublic String getImageName()
public void setImageName(String ImageName)
ImageName - Image namepublic String getImageID()
public void setImageID(String ImageID)
ImageID - Image IDpublic String getPOD()
public void setPOD(String POD)
POD - Podpublic String getK8sMaster()
public void setK8sMaster(String K8sMaster)
K8sMaster - K8s master nodepublic Long getProcessCnt()
public void setProcessCnt(Long ProcessCnt)
ProcessCnt - Number of processes in the containerpublic Long getPortCnt()
public void setPortCnt(Long PortCnt)
PortCnt - Number of ports in the containerpublic Long getComponentCnt()
public void setComponentCnt(Long ComponentCnt)
ComponentCnt - Number of componentspublic Long getAppCnt()
public void setAppCnt(Long AppCnt)
AppCnt - Number of applicationspublic Long getWebServiceCnt()
public void setWebServiceCnt(Long WebServiceCnt)
WebServiceCnt - Number of web servicespublic ContainerMount[] getMounts()
public void setMounts(ContainerMount[] Mounts)
Mounts - Mountpublic ContainerNetwork getNetwork()
public void setNetwork(ContainerNetwork Network)
Network - Container network informationpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getImageCreateTime()
public void setImageCreateTime(String ImageCreateTime)
ImageCreateTime - Image creation timepublic Long getImageSize()
public void setImageSize(Long ImageSize)
ImageSize - Image sizepublic String getHostStatus()
public void setHostStatus(String HostStatus)
HostStatus - Server status. Valid values: `offline`, `online`, `pause`.public String getNetStatus()
public void setNetStatus(String NetStatus)
NetStatus - Network status
`NORMAL`:       Not isolated.
`ISOLATED`:             Isolated.
`ISOLATING`:            Isolating.
`ISOLATE_FAILED`:       Isolation failed.
`RESTORING`: Recovering.
`RESTORE_FAILED`: Recovery failed.public String getNetSubStatus()
public void setNetSubStatus(String NetSubStatus)
NetSubStatus - Sub-status of the networkpublic String getIsolateSource()
public void setIsolateSource(String IsolateSource)
IsolateSource - Isolation source
Note: This field may return null, indicating that no valid values can be obtained.public String getIsolateTime()
public void setIsolateTime(String IsolateTime)
IsolateTime - Isolation time
Note: This field may return null, indicating that no valid values can be obtained.public 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.