public class StartMachinesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StartMachinesRequest() |
StartMachinesRequest(StartMachinesRequest 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 |
getClusterId()
Get 集群 ID
|
String[] |
getMachineNames()
Get 节点名字列表,一次请求,传入节点数量上限为100个
|
void |
setClusterId(String ClusterId)
Set 集群 ID
|
void |
setMachineNames(String[] MachineNames)
Set 节点名字列表,一次请求,传入节点数量上限为100个
|
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, toJsonString
public StartMachinesRequest()
public StartMachinesRequest(StartMachinesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群 IDpublic String[] getMachineNames()
public void setMachineNames(String[] MachineNames)
MachineNames
- 节点名字列表,一次请求,传入节点数量上限为100个Copyright © 2025. All rights reserved.