public class ScaleOutInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScaleOutInstanceRequest() | 
| ScaleOutInstanceRequest(ScaleOutInstanceRequest 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 | getInstanceId()Get 集群名 | 
| String | getNodeType()Get 节点类型 | 
| Long | getScaleOutCount()Get 扩容节点数量 | 
| void | setInstanceId(String InstanceId)Set 集群名 | 
| void | setNodeType(String NodeType)Set 节点类型 | 
| void | setScaleOutCount(Long ScaleOutCount)Set 扩容节点数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScaleOutInstanceRequest()
public ScaleOutInstanceRequest(ScaleOutInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群名public String getNodeType()
public void setNodeType(String NodeType)
NodeType - 节点类型public Long getScaleOutCount()
public void setScaleOutCount(Long ScaleOutCount)
ScaleOutCount - 扩容节点数量Copyright © 2025. All rights reserved.