public class RollingUpdateSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
RollingUpdateSettings() |
RollingUpdateSettings(RollingUpdateSettings 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 |
getBatchNumber()
Get 批次数量。批次数量为大于 0 的正整数,但不能大于待刷新实例数量。
|
String |
getBatchPause()
Get 批次间暂停策略。默认值为 Automatic,取值范围如下:
FIRST_BATCH_PAUSE:第一批次更新完成后暂停BATCH_INTERVAL_PAUSE:批次间暂停AUTOMATIC:不暂停 |
void |
setBatchNumber(Long BatchNumber)
Set 批次数量。批次数量为大于 0 的正整数,但不能大于待刷新实例数量。
|
void |
setBatchPause(String BatchPause)
Set 批次间暂停策略。默认值为 Automatic,取值范围如下:
FIRST_BATCH_PAUSE:第一批次更新完成后暂停BATCH_INTERVAL_PAUSE:批次间暂停AUTOMATIC:不暂停 |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RollingUpdateSettings()
public RollingUpdateSettings(RollingUpdateSettings source)
public Long getBatchNumber()
public void setBatchNumber(Long BatchNumber)
BatchNumber
- 批次数量。批次数量为大于 0 的正整数,但不能大于待刷新实例数量。public String getBatchPause()
public void setBatchPause(String BatchPause)
BatchPause
- 批次间暂停策略。默认值为 Automatic,取值范围如下:Copyright © 2024. All rights reserved.