public class RestartInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RestartInstanceRequest() |
RestartInstanceRequest(RestartInstanceRequest 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 Instance name.
|
String[] |
getNodeIds()
Get Specifies th ID of nodes that need to restart.
|
String[] |
getNodeTypes()
Get Types of node that need to restart.
|
void |
setInstanceId(String InstanceId)
Set Instance name.
|
void |
setNodeIds(String[] NodeIds)
Set Specifies th ID of nodes that need to restart.
|
void |
setNodeTypes(String[] NodeTypes)
Set Types of node that need to restart.
|
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 RestartInstanceRequest()
public RestartInstanceRequest(RestartInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance name. Example: cdwpg-xxxx.public String[] getNodeTypes()
public void setNodeTypes(String[] NodeTypes)
NodeTypes
- Types of node that need to restart. Valid values: gtm, cn, dn and fn.public String[] getNodeIds()
public void setNodeIds(String[] NodeIds)
NodeIds
- Specifies th ID of nodes that need to restart.Copyright © 2025. All rights reserved.