public class StopMachinesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StopMachinesRequest() |
StopMachinesRequest(StopMachinesRequest 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个
|
String |
getStopType()
Get 实例的关闭模式。取值范围:
soft_first:表示在正常关闭失败后进行强制关闭
hard:直接强制关闭
soft:仅软关机
|
void |
setClusterId(String ClusterId)
Set 集群 ID
|
void |
setMachineNames(String[] MachineNames)
Set 节点名字列表,一次请求,传入节点数量上限为100个
|
void |
setStopType(String StopType)
Set 实例的关闭模式。取值范围:
soft_first:表示在正常关闭失败后进行强制关闭
hard:直接强制关闭
soft:仅软关机
|
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 StopMachinesRequest()
public StopMachinesRequest(StopMachinesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群 IDpublic String[] getMachineNames()
public void setMachineNames(String[] MachineNames)
MachineNames
- 节点名字列表,一次请求,传入节点数量上限为100个public String getStopType()
public void setStopType(String StopType)
StopType
- 实例的关闭模式。取值范围:
soft_first:表示在正常关闭失败后进行强制关闭
hard:直接强制关闭
soft:仅软关机Copyright © 2025. All rights reserved.