public class ScaleUpInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ScaleUpInstanceRequest() |
ScaleUpInstanceRequest(ScaleUpInstanceRequest 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 集群ID
|
String |
getSpecName()
Get 节点规格
|
String |
getType()
Get 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setSpecName(String SpecName)
Set 节点规格
|
void |
setType(String Type)
Set 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
|
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 ScaleUpInstanceRequest()
public ScaleUpInstanceRequest(ScaleUpInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群IDpublic String getSpecName()
public void setSpecName(String SpecName)
SpecName - 节点规格public String getType()
public void setType(String Type)
Type - 角色(MATER/CORE),MASTER 对应 FE,CORE对应BECopyright © 2024. All rights reserved.