public class DeployStrategyConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeployStrategyConf() |
DeployStrategyConf(DeployStrategyConf 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 |
getBatchInterval()
Get Interval between batches
|
Long |
getBetaBatchNum()
Get Number of pods for the beta batch
|
Long |
getDeployStrategyType()
Get Batch deployment policy.
|
Boolean |
getForce()
Get Whether to enable force release
|
Long |
getMinAvailable()
Get The minimum number of available pods
|
Long |
getTotalBatchCount()
Get Total batches
|
void |
setBatchInterval(Long BatchInterval)
Set Interval between batches
|
void |
setBetaBatchNum(Long BetaBatchNum)
Set Number of pods for the beta batch
|
void |
setDeployStrategyType(Long DeployStrategyType)
Set Batch deployment policy.
|
void |
setForce(Boolean Force)
Set Whether to enable force release
|
void |
setMinAvailable(Long MinAvailable)
Set The minimum number of available pods
|
void |
setTotalBatchCount(Long TotalBatchCount)
Set Total 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 DeployStrategyConf()
public DeployStrategyConf(DeployStrategyConf source)
public Long getTotalBatchCount()
public void setTotalBatchCount(Long TotalBatchCount)
TotalBatchCount
- Total batchespublic Long getBetaBatchNum()
public void setBetaBatchNum(Long BetaBatchNum)
BetaBatchNum
- Number of pods for the beta batchpublic Long getDeployStrategyType()
public void setDeployStrategyType(Long DeployStrategyType)
DeployStrategyType
- Batch deployment policy. `0`: automatically; `1`: manually; `2`: beta batch (manual), `3`: initial releasepublic Long getBatchInterval()
public void setBatchInterval(Long BatchInterval)
BatchInterval
- Interval between batchespublic Long getMinAvailable()
public void setMinAvailable(Long MinAvailable)
MinAvailable
- The minimum number of available podspublic Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to enable force releaseCopyright © 2024. All rights reserved.