public class DeployStrategyConf extends AbstractModel
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 instances for the beta batch
|
Long |
getDeployStrategyType()
Get Batch deploy policy.
|
Long |
getTotalBatchCount()
Get Total batches
|
void |
setBatchInterval(Long BatchInterval)
Set Interval between batches
|
void |
setBetaBatchNum(Long BetaBatchNum)
Set Number of instances for the beta batch
|
void |
setDeployStrategyType(Long DeployStrategyType)
Set Batch deploy policy.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 instances for the beta batchpublic Long getDeployStrategyType()
public void setDeployStrategyType(Long DeployStrategyType)
DeployStrategyType
- Batch deploy policy. `0`: automatically; `1`: manually. If you use beta batch, the policy for beta batch must be `0`. The policy specified here only applies to the rest batches.public Long getBatchInterval()
public void setBatchInterval(Long BatchInterval)
BatchInterval
- Interval between batchesCopyright © 2023. All rights reserved.