public class SetAutoScalingConfigurationRequest extends AbstractModel
Constructor and Description |
---|
SetAutoScalingConfigurationRequest() |
SetAutoScalingConfigurationRequest(SetAutoScalingConfigurationRequest 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 |
---|---|
String |
getClusterId()
Get 集群ID。
|
Boolean |
getDryRun()
Get 是否只预检此次请求。
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
如果检查不通过,则返回对应错误码;
如果检查通过,则返回RequestId。
false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
|
Long |
getExpansionBusyTime()
Get 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。
|
QueueConfig[] |
getQueueConfigs()
Get 扩容队列配置列表。
|
Long |
getShrinkIdleTime()
Get 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。
|
void |
setClusterId(String ClusterId)
Set 集群ID。
|
void |
setDryRun(Boolean DryRun)
Set 是否只预检此次请求。
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
如果检查不通过,则返回对应错误码;
如果检查通过,则返回RequestId。
false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
|
void |
setExpansionBusyTime(Long ExpansionBusyTime)
Set 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。
|
void |
setQueueConfigs(QueueConfig[] QueueConfigs)
Set 扩容队列配置列表。
|
void |
setShrinkIdleTime(Long ShrinkIdleTime)
Set 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。
|
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 SetAutoScalingConfigurationRequest()
public SetAutoScalingConfigurationRequest(SetAutoScalingConfigurationRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群ID。public Long getExpansionBusyTime()
public void setExpansionBusyTime(Long ExpansionBusyTime)
ExpansionBusyTime
- 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。public Long getShrinkIdleTime()
public void setShrinkIdleTime(Long ShrinkIdleTime)
ShrinkIdleTime
- 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。public QueueConfig[] getQueueConfigs()
public void setQueueConfigs(QueueConfig[] QueueConfigs)
QueueConfigs
- 扩容队列配置列表。public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- 是否只预检此次请求。
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
如果检查不通过,则返回对应错误码;
如果检查通过,则返回RequestId。
false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。Copyright © 2022. All rights reserved.