Class InstanceUpgradeClusterStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.InstanceUpgradeClusterStatus
-
public class InstanceUpgradeClusterStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceUpgradeClusterStatus()InstanceUpgradeClusterStatus(InstanceUpgradeClusterStatus 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNotReadyPod()Get NotReady pod总数LonggetPodTotal()Get pod总数voidsetNotReadyPod(Long NotReadyPod)Set NotReady pod总数voidsetPodTotal(Long PodTotal)Set pod总数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
-
InstanceUpgradeClusterStatus
public InstanceUpgradeClusterStatus()
-
InstanceUpgradeClusterStatus
public InstanceUpgradeClusterStatus(InstanceUpgradeClusterStatus 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
-
getPodTotal
public Long getPodTotal()
Get pod总数- Returns:
- PodTotal pod总数
-
setPodTotal
public void setPodTotal(Long PodTotal)
Set pod总数- Parameters:
PodTotal- pod总数
-
getNotReadyPod
public Long getNotReadyPod()
Get NotReady pod总数- Returns:
- NotReadyPod NotReady pod总数
-
setNotReadyPod
public void setNotReadyPod(Long NotReadyPod)
Set NotReady pod总数- Parameters:
NotReadyPod- NotReady pod总数
-
-