public class ScaleOutInstanceRequest extends AbstractModel
Constructor and Description |
---|
ScaleOutInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientToken()
Get 客户端Token。
|
Long |
getCoreCount()
Get 扩容的Core节点数量。
|
String[] |
getDisasterRecoverGroupIds()
Get 分散置放群组ID列表,当前仅支持指定一个。
|
String |
getInstanceId()
Get 实例ID。
|
Long |
getPayMode()
Get 实例计费模式。取值范围:
0:表示按量计费。
1:表示包年包月。
|
PreExecuteFileSettings[] |
getPreExecutedFileSettings()
Get 引导操作脚本设置。
|
Long |
getRouterCount()
Get 扩容的Router节点数量。
|
Long[] |
getServiceNodeInfo()
Get 启动的进程。
|
Long[] |
getSoftDeployInfo()
Get 部署的服务。
SoftDeployInfo和ServiceNodeInfo是同组参数,和UnNecessaryNodeList参数互斥。
建议使用SoftDeployInfo和ServiceNodeInfo组合。
|
Tag[] |
getTags()
Get 扩容节点绑定标签列表。
|
Long |
getTaskCount()
Get 扩容的Task节点数量。
|
Long |
getTimeSpan()
Get 扩容的时长。结合TimeUnit一起使用。
TimeUnit为s时,该参数只能填写3600,表示按量计费实例。
TimeUnit为m时,该参数填写的数字表示包年包月实例的购买时长,如1表示购买一个月
|
String |
getTimeUnit()
Get 扩容的时间单位。取值范围:
s:表示秒。PayMode取值为0时,TimeUnit只能取值为s。
m:表示月份。PayMode取值为1时,TimeUnit只能取值为m。
|
Long[] |
getUnNecessaryNodeList()
Get 扩容时不需要安装的进程。
|
void |
setClientToken(String ClientToken)
Set 客户端Token。
|
void |
setCoreCount(Long CoreCount)
Set 扩容的Core节点数量。
|
void |
setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
Set 分散置放群组ID列表,当前仅支持指定一个。
|
void |
setInstanceId(String InstanceId)
Set 实例ID。
|
void |
setPayMode(Long PayMode)
Set 实例计费模式。取值范围:
0:表示按量计费。
1:表示包年包月。
|
void |
setPreExecutedFileSettings(PreExecuteFileSettings[] PreExecutedFileSettings)
Set 引导操作脚本设置。
|
void |
setRouterCount(Long RouterCount)
Set 扩容的Router节点数量。
|
void |
setServiceNodeInfo(Long[] ServiceNodeInfo)
Set 启动的进程。
|
void |
setSoftDeployInfo(Long[] SoftDeployInfo)
Set 部署的服务。
SoftDeployInfo和ServiceNodeInfo是同组参数,和UnNecessaryNodeList参数互斥。
建议使用SoftDeployInfo和ServiceNodeInfo组合。
|
void |
setTags(Tag[] Tags)
Set 扩容节点绑定标签列表。
|
void |
setTaskCount(Long TaskCount)
Set 扩容的Task节点数量。
|
void |
setTimeSpan(Long TimeSpan)
Set 扩容的时长。结合TimeUnit一起使用。
TimeUnit为s时,该参数只能填写3600,表示按量计费实例。
TimeUnit为m时,该参数填写的数字表示包年包月实例的购买时长,如1表示购买一个月
|
void |
setTimeUnit(String TimeUnit)
Set 扩容的时间单位。取值范围:
s:表示秒。PayMode取值为0时,TimeUnit只能取值为s。
m:表示月份。PayMode取值为1时,TimeUnit只能取值为m。
|
void |
setUnNecessaryNodeList(Long[] UnNecessaryNodeList)
Set 扩容时不需要安装的进程。
|
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 String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 扩容的时间单位。取值范围:
public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 扩容的时长。结合TimeUnit一起使用。
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID。public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 实例计费模式。取值范围:
public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- 客户端Token。public PreExecuteFileSettings[] getPreExecutedFileSettings()
public void setPreExecutedFileSettings(PreExecuteFileSettings[] PreExecutedFileSettings)
PreExecutedFileSettings
- 引导操作脚本设置。public Long getTaskCount()
public void setTaskCount(Long TaskCount)
TaskCount
- 扩容的Task节点数量。public Long getCoreCount()
public void setCoreCount(Long CoreCount)
CoreCount
- 扩容的Core节点数量。public Long[] getUnNecessaryNodeList()
public void setUnNecessaryNodeList(Long[] UnNecessaryNodeList)
UnNecessaryNodeList
- 扩容时不需要安装的进程。public Long getRouterCount()
public void setRouterCount(Long RouterCount)
RouterCount
- 扩容的Router节点数量。public Long[] getSoftDeployInfo()
public void setSoftDeployInfo(Long[] SoftDeployInfo)
SoftDeployInfo
- 部署的服务。
public Long[] getServiceNodeInfo()
public void setServiceNodeInfo(Long[] ServiceNodeInfo)
ServiceNodeInfo
- 启动的进程。public String[] getDisasterRecoverGroupIds()
public void setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
DisasterRecoverGroupIds
- 分散置放群组ID列表,当前仅支持指定一个。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 扩容节点绑定标签列表。Copyright © 2020. All rights reserved.