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 Cluster ID
|
String |
getSpecName()
Get Node specifications
|
String |
getType()
Get Role (MATER/CORE).
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setSpecName(String SpecName)
Set Node specifications
|
void |
setType(String Type)
Set Role (MATER/CORE).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScaleUpInstanceRequest()
public ScaleUpInstanceRequest(ScaleUpInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic String getSpecName()
public void setSpecName(String SpecName)
SpecName
- Node specificationspublic String getType()
public void setType(String Type)
Type
- Role (MATER/CORE). MASTER corresponds to FE, and CORE corresponds to BE.Copyright © 2024. All rights reserved.