Class GroupPod
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.GroupPod
-
public class GroupPod extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()Get 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceAvailableStatus()Get 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceStatus()Get 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。StringgetIp()Get 实例IP 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeInstanceId()Get 节点实例id 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeIp()Get 主机IP 注意:此字段可能返回 null,表示取不到有效值。StringgetPodId()Get 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。StringgetPodName()Get 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。LonggetReadyCount()Get 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。StringgetReason()Get 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。LonggetRestartCount()Get 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。StringgetRuntime()Get 运行时长 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceInstanceStatus()Get 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedAt(String CreatedAt)Set 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceAvailableStatus(String InstanceAvailableStatus)Set 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceStatus(String InstanceStatus)Set 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。voidsetIp(String Ip)Set 实例IP 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeInstanceId(String NodeInstanceId)Set 节点实例id 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeIp(String NodeIp)Set 主机IP 注意:此字段可能返回 null,表示取不到有效值。voidsetPodId(String PodId)Set 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。voidsetPodName(String PodName)Set 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。voidsetReadyCount(Long ReadyCount)Set 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。voidsetReason(String Reason)Set 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。voidsetRestartCount(Long RestartCount)Set 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。voidsetRuntime(String Runtime)Set 运行时长 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceInstanceStatus(String ServiceInstanceStatus)Set 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GroupPod
public GroupPod()
-
GroupPod
public GroupPod(GroupPod 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.
-
-
Method Detail
-
getPodName
public String getPodName()
Get 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PodName 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。
-
setPodName
public void setPodName(String PodName)
Set 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PodName- 实例名称(对应到kubernetes的pod名称) 注意:此字段可能返回 null,表示取不到有效值。
-
getPodId
public String getPodId()
Get 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PodId 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。
-
setPodId
public void setPodId(String PodId)
Set 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PodId- 实例ID(对应到kubernetes的pod id) 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped; 注意:此字段可能返回 null,表示取不到有效值。
-
getReason
public String getReason()
Get 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Reason 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。
-
setReason
public void setReason(String Reason)
Set 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Reason- 实例处于当前状态的原因,例如容器下载镜像失败 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeIp
public String getNodeIp()
Get 主机IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeIp 主机IP 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeIp
public void setNodeIp(String NodeIp)
Set 主机IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeIp- 主机IP 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get 实例IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip 实例IP 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set 实例IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip- 实例IP 注意:此字段可能返回 null,表示取不到有效值。
-
getRestartCount
public Long getRestartCount()
Get 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RestartCount 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。
-
setRestartCount
public void setRestartCount(Long RestartCount)
Set 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RestartCount- 实例中容器的重启次数 注意:此字段可能返回 null,表示取不到有效值。
-
getReadyCount
public Long getReadyCount()
Get 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReadyCount 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。
-
setReadyCount
public void setReadyCount(Long ReadyCount)
Set 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReadyCount- 实例中已就绪容器的个数 注意:此字段可能返回 null,表示取不到有效值。
-
getRuntime
public String getRuntime()
Get 运行时长 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Runtime 运行时长 注意:此字段可能返回 null,表示取不到有效值。
-
setRuntime
public void setRuntime(String Runtime)
Set 运行时长 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Runtime- 运行时长 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedAt
public String getCreatedAt()
Get 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedAt 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedAt
public void setCreatedAt(String CreatedAt)
Set 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedAt- 实例启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getServiceInstanceStatus
public String getServiceInstanceStatus()
Get 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceInstanceStatus 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceInstanceStatus
public void setServiceInstanceStatus(String ServiceInstanceStatus)
Set 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceInstanceStatus- 服务实例状态 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceAvailableStatus
public String getInstanceAvailableStatus()
Get 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceAvailableStatus 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceAvailableStatus
public void setInstanceAvailableStatus(String InstanceAvailableStatus)
Set 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceAvailableStatus- 机器实例可使用状态 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceStatus
public String getInstanceStatus()
Get 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceStatus 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceStatus
public void setInstanceStatus(String InstanceStatus)
Set 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceStatus- 机器实例状态 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeInstanceId
public String getNodeInstanceId()
Get 节点实例id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeInstanceId 节点实例id 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeInstanceId
public void setNodeInstanceId(String NodeInstanceId)
Set 节点实例id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeInstanceId- 节点实例id 注意:此字段可能返回 null,表示取不到有效值。
-
-