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