public class ModifyClusterMachineRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterMachineRequest() |
ModifyClusterMachineRequest(ModifyClusterMachineRequest 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
|
Long |
getClusterType()
Get 集群类型1共享集群2独占集群
|
MachineInfo[] |
getProxyList()
Get proxy占用的机器
|
MachineInfo[] |
getServerList()
Get svr占用的机器
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setClusterType(Long ClusterType)
Set 集群类型1共享集群2独占集群
|
void |
setProxyList(MachineInfo[] ProxyList)
Set proxy占用的机器
|
void |
setServerList(MachineInfo[] ServerList)
Set svr占用的机器
|
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 ModifyClusterMachineRequest()
public ModifyClusterMachineRequest(ModifyClusterMachineRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic MachineInfo[] getServerList()
public void setServerList(MachineInfo[] ServerList)
ServerList
- svr占用的机器public MachineInfo[] getProxyList()
public void setProxyList(MachineInfo[] ProxyList)
ProxyList
- proxy占用的机器public Long getClusterType()
public void setClusterType(Long ClusterType)
ClusterType
- 集群类型1共享集群2独占集群Copyright © 2022. All rights reserved.