public class InstanceUpgradeClusterStatus extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getNotReadyPod()
Get NotReady pod总数
|
Long |
getPodTotal()
Get pod总数
|
void |
setNotReadyPod(Long NotReadyPod)
Set NotReady pod总数
|
void |
setPodTotal(Long PodTotal)
Set pod总数
|
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 InstanceUpgradeClusterStatus()
public InstanceUpgradeClusterStatus(InstanceUpgradeClusterStatus source)
public Long getPodTotal()
public void setPodTotal(Long PodTotal)
PodTotal
- pod总数public Long getNotReadyPod()
public void setNotReadyPod(Long NotReadyPod)
NotReadyPod
- NotReady pod总数Copyright © 2022. All rights reserved.