public class RollingUpdate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RollingUpdate() | 
| RollingUpdate(RollingUpdate 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 | 
|---|---|
| NumOrPercent | getMaxSurge()Get 滚动更新的最大新增实例 | 
| NumOrPercent | getMaxUnavailable()Get 滚动更新的最大不可用 | 
| void | setMaxSurge(NumOrPercent MaxSurge)Set 滚动更新的最大新增实例 | 
| void | setMaxUnavailable(NumOrPercent MaxUnavailable)Set 滚动更新的最大不可用 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RollingUpdate()
public RollingUpdate(RollingUpdate source)
public NumOrPercent getMaxUnavailable()
public void setMaxUnavailable(NumOrPercent MaxUnavailable)
MaxUnavailable - 滚动更新的最大不可用public NumOrPercent getMaxSurge()
public void setMaxSurge(NumOrPercent MaxSurge)
MaxSurge - 滚动更新的最大新增实例Copyright © 2025. All rights reserved.