public class ContainerInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ContainerInfo() | 
| ContainerInfo(ContainerInfo 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 | 
|---|---|
| String | getClusterID()Get | 
| String | getClusterName()Get | 
| String | getCmd()Get Command line | 
| String | getContainerID()Get Container ID | 
| 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 | getHostName()Get Server name | 
| String | getImageID()Get Image ID | 
| String | getImageName()Get Image name | 
| 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 | getNetStatus()Get Network status
`NORMAL`:       Not isolated. | 
| String | getNetSubStatus()Get Sub-status of the network | 
| String | getNodeID()Get Super node ID | 
| String | getNodeType()Get Node type. | 
| String | getNodeUniqueID()Get UID of the super node | 
| String | getPOD()Get Image ID | 
| Long | getPodCpu()Get Number of CPU cores used by the pod | 
| String | getPodIP()Get Pod IP | 
| Long | getPodMem()Get Memory specification of the Pod | 
| String | getPodName()Get Pod name | 
| String | getPodUid()Get | 
| String | getPublicIp()Get Public IP | 
| Long | getRamUsage()Get Memory usage in KB | 
| String | getRunAs()Get Operator | 
| String | getStatus()Get Container status | 
| String | getUpdateTime()Get Update time | 
| void | setClusterID(String ClusterID)Set | 
| void | setClusterName(String ClusterName)Set | 
| void | setCmd(String Cmd)Set Command line | 
| void | setContainerID(String ContainerID)Set Container ID | 
| 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 | setHostName(String HostName)Set Server name | 
| void | setImageID(String ImageID)Set Image ID | 
| void | setImageName(String ImageName)Set Image name | 
| 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 | setNetStatus(String NetStatus)Set Network status
`NORMAL`:       Not isolated. | 
| void | setNetSubStatus(String NetSubStatus)Set Sub-status of the network | 
| void | setNodeID(String NodeID)Set Super node ID | 
| void | setNodeType(String NodeType)Set Node type. | 
| void | setNodeUniqueID(String NodeUniqueID)Set UID of the super node | 
| void | setPOD(String POD)Set Image ID | 
| void | setPodCpu(Long PodCpu)Set Number of CPU cores used by the pod | 
| void | setPodIP(String PodIP)Set Pod IP | 
| void | setPodMem(Long PodMem)Set Memory specification of the Pod | 
| void | setPodName(String PodName)Set Pod name | 
| void | setPodUid(String PodUid)Set | 
| void | setPublicIp(String PublicIp)Set Public IP | 
| void | setRamUsage(Long RamUsage)Set Memory usage in KB | 
| void | setRunAs(String RunAs)Set Operator | 
| void | setStatus(String Status)Set Container status | 
| void | setUpdateTime(String UpdateTime)Set Update time | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ContainerInfo()
public ContainerInfo(ContainerInfo source)
public String getContainerID()
public void setContainerID(String ContainerID)
ContainerID - Container IDpublic String getContainerName()
public void setContainerName(String ContainerName)
ContainerName - Container namepublic String getStatus()
public void setStatus(String Status)
Status - Container statuspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic 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 - Image IDpublic String getHostID()
public void setHostID(String HostID)
HostID - Server IDpublic String getHostIP()
public void setHostIP(String HostIP)
HostIP - Server IPpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timepublic String getHostName()
public void setHostName(String HostName)
HostName - Server namepublic String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp - Public IPpublic 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 getNodeID()
public void setNodeID(String NodeID)
NodeID - Super node IDpublic String getPodIP()
public void setPodIP(String PodIP)
PodIP - Pod IPpublic String getPodName()
public void setPodName(String PodName)
PodName - Pod namepublic String getNodeType()
public void setNodeType(String NodeType)
NodeType - Node type. Valid values: `NORMAL` (general node), `SUPER` (super node)public String getNodeUniqueID()
public void setNodeUniqueID(String NodeUniqueID)
NodeUniqueID - UID of the super nodepublic Long getPodCpu()
public void setPodCpu(Long PodCpu)
PodCpu - Number of CPU cores used by the podpublic Long getPodMem()
public void setPodMem(Long PodMem)
PodMem - Memory specification of the Podpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID - public String getPodUid()
public void setPodUid(String PodUid)
PodUid - Copyright © 2025. All rights reserved.