public class ModifyInstanceParamRequest extends AbstractModel
Constructor and Description |
---|
ModifyInstanceParamRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIds()
Get List of short instance IDs.
|
Parameter[] |
getParamList()
Get List of parameters to be modified.
|
void |
setInstanceIds(String[] InstanceIds)
Set List of short instance IDs.
|
void |
setParamList(Parameter[] ParamList)
Set List of parameters to be modified.
|
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[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of short instance IDs.public Parameter[] getParamList()
public void setParamList(Parameter[] ParamList)
ParamList
- List of parameters to be modified. Every element is a combination of `Name` (parameter name) and `CurrentValue` (new value).Copyright © 2020. All rights reserved.