public class ModifySLInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifySLInstanceRequest() |
ModifySLInstanceRequest(ModifySLInstanceRequest 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 |
getClientToken()
Get The unique random identifier with a time efficiency of 5 minutes, which needs to be specified by the caller to prevent the client from creating resources repeatedly.
|
String |
getInstanceId()
Get Instance unique identifier (string).
|
Long |
getNodeNum()
Get Target node count after configuration change in this region.
|
String |
getZone()
Get Region name to be changed.
|
void |
setClientToken(String ClientToken)
Set The unique random identifier with a time efficiency of 5 minutes, which needs to be specified by the caller to prevent the client from creating resources repeatedly.
|
void |
setInstanceId(String InstanceId)
Set Instance unique identifier (string).
|
void |
setNodeNum(Long NodeNum)
Set Target node count after configuration change in this region.
|
void |
setZone(String Zone)
Set Region name to be changed.
|
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 ModifySLInstanceRequest()
public ModifySLInstanceRequest(ModifySLInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance unique identifier (string).public String getZone()
public void setZone(String Zone)
Zone
- Region name to be changed.public Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum
- Target node count after configuration change in this region. The total number of nodes across all regions should be greater than or equal to 3 and less than or equal to 50.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- The unique random identifier with a time efficiency of 5 minutes, which needs to be specified by the caller to prevent the client from creating resources repeatedly. For example: a9a90aa6-****-****-****-fae360632808.Copyright © 2025. All rights reserved.