public class RunVersionPod extends AbstractModel
Constructor and Description |
---|
RunVersionPod() |
RunVersionPod(RunVersionPod 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 |
getContainerState()
Get Container status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time
|
String |
getDeployVersion()
Get Deployed version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getPodId()
Get Pod ID
|
String |
getPodIp()
Get Pod IP
|
Boolean |
getReady()
Get Whether the pod is ready
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getRestartCount()
Get Number of restarts
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Status
|
String |
getWebshell()
Get Shell address
|
String |
getZone()
Get Availability zone
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setContainerState(String ContainerState)
Set Container status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDeployVersion(String DeployVersion)
Set Deployed version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setPodId(String PodId)
Set Pod ID
|
void |
setPodIp(String PodIp)
Set Pod IP
|
void |
setReady(Boolean Ready)
Set Whether the pod is ready
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRestartCount(Long RestartCount)
Set Number of restarts
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Status
|
void |
setWebshell(String Webshell)
Set Shell address
|
void |
setZone(String Zone)
Set Availability zone
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RunVersionPod()
public RunVersionPod(RunVersionPod source)
public String getWebshell()
public void setWebshell(String Webshell)
Webshell
- Shell addresspublic String getPodId()
public void setPodId(String PodId)
PodId
- Pod IDpublic String getStatus()
public void setStatus(String Status)
Status
- Statuspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getPodIp()
public void setPodIp(String PodIp)
PodIp
- Pod IPpublic String getZone()
public void setZone(String Zone)
Zone
- Availability zone
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDeployVersion()
public void setDeployVersion(String DeployVersion)
DeployVersion
- Deployed version
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getRestartCount()
public void setRestartCount(Long RestartCount)
RestartCount
- Number of restarts
Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getReady()
public void setReady(Boolean Ready)
Ready
- Whether the pod is ready
Note: this field may return `null`, indicating that no valid values can be obtained.public String getContainerState()
public void setContainerState(String ContainerState)
ContainerState
- Container status
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.