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 Batch quantity.
|
String |
getBatchPause()
Get Pause policy between batches.
|
void |
setBatchNumber(Long BatchNumber)
Set Batch quantity.
|
void |
setBatchPause(String BatchPause)
Set Pause policy between batches.
|
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
- Batch quantity. The batch quantity should be a positive integer greater than 0, but cannot exceed the total number of instances pending refresh.public String getBatchPause()
public void setBatchPause(String BatchPause)
BatchPause
- Pause policy between batches. Default value: Automatic. Valid values: Copyright © 2024. All rights reserved.