public class Pod extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Pod() | 
| Pod(Pod 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 | getChargeType()Get Service payment mode.Note: This field may return null, indicating that no valid values can be obtained. | 
| Container[] | getContainerInfos()Get Container list.Note: This field may return null, indicating that no valid values can be obtained. | 
| Container | getContainers()Deprecated.   | 
| String | getCreateTime()Get Pod creation time.Note: This field may return null, indicating that no valid values can be obtained. | 
| CrossTenantENIInfo | getCrossTenantENIInfo()Get Container calling information.Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIP()Get Pod IP address.Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMessage()Get Supplemental instance status information. | 
| String | getName()Get Pod name.Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNodeId()Get Node ID of the current instance. | 
| String | getNodeIP()Get Node IP address of the current instance. | 
| String | getPhase()Get Pod status.Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getResourceGroupId()Get Resource group ID to which the instance belonged. | 
| String | getResourceGroupName()Get Resource group name. | 
| ResourceInfo | getResourceInfo()Get Resource usage information of the instance. | 
| String | getStartScheduleTime()Get Instance scheduling start time. | 
| String | getStatus()Get Instance status information. | 
| String | getUid()Get Unique ID of the Pod.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setChargeType(String ChargeType)Set Service payment mode.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setContainerInfos(Container[] ContainerInfos)Set Container list.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setContainers(Container Containers)Deprecated.   | 
| void | setCreateTime(String CreateTime)Set Pod creation time.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCrossTenantENIInfo(CrossTenantENIInfo CrossTenantENIInfo)Set Container calling information.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIP(String IP)Set Pod IP address.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMessage(String Message)Set Supplemental instance status information. | 
| void | setName(String Name)Set Pod name.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeId(String NodeId)Set Node ID of the current instance. | 
| void | setNodeIP(String NodeIP)Set Node IP address of the current instance. | 
| void | setPhase(String Phase)Set Pod status.Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setResourceGroupId(String ResourceGroupId)Set Resource group ID to which the instance belonged. | 
| void | setResourceGroupName(String ResourceGroupName)Set Resource group name. | 
| void | setResourceInfo(ResourceInfo ResourceInfo)Set Resource usage information of the instance. | 
| void | setStartScheduleTime(String StartScheduleTime)Set Instance scheduling start time. | 
| void | setStatus(String Status)Set Instance status information. | 
| void | setUid(String Uid)Set Unique ID of the Pod.Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 Pod()
public Pod(Pod source)
public String getName()
public void setName(String Name)
Name - Pod name.Note: This field may return null, indicating that no valid values can be obtained.public String getUid()
public void setUid(String Uid)
Uid - Unique ID of the Pod.Note: This field may return null, indicating that no valid values can be obtained.public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - Service payment mode.Note: This field may return null, indicating that no valid values can be obtained.public String getPhase()
public void setPhase(String Phase)
Phase - Pod status.Note: This field may return null, indicating that no valid values can be obtained.public String getIP()
public void setIP(String IP)
IP - Pod IP address.Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Pod creation time.Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public Container getContainers()
@Deprecated public void setContainers(Container Containers)
Containers - Container list.Note: This field may return null, indicating that no valid values can be obtained.public Container[] getContainerInfos()
public void setContainerInfos(Container[] ContainerInfos)
ContainerInfos - Container list.Note: This field may return null, indicating that no valid values can be obtained.public CrossTenantENIInfo getCrossTenantENIInfo()
public void setCrossTenantENIInfo(CrossTenantENIInfo CrossTenantENIInfo)
CrossTenantENIInfo - Container calling information.Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Instance status information.public String getStartScheduleTime()
public void setStartScheduleTime(String StartScheduleTime)
StartScheduleTime - Instance scheduling start time.public String getMessage()
public void setMessage(String Message)
Message - Supplemental instance status information.public String getNodeIP()
public void setNodeIP(String NodeIP)
NodeIP - Node IP address of the current instance.public String getNodeId()
public void setNodeId(String NodeId)
NodeId - Node ID of the current instance.public String getResourceGroupId()
public void setResourceGroupId(String ResourceGroupId)
ResourceGroupId - Resource group ID to which the instance belonged.public String getResourceGroupName()
public void setResourceGroupName(String ResourceGroupName)
ResourceGroupName - Resource group name.public ResourceInfo getResourceInfo()
public void setResourceInfo(ResourceInfo ResourceInfo)
ResourceInfo - Resource usage information of the instance.Copyright © 2025. All rights reserved.