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 Cluster ID
|
Long |
getClusterType()
Get Cluster type.
|
MachineInfo[] |
getProxyList()
Get Information of the machines at the access layer (tcaproxy)
|
MachineInfo[] |
getServerList()
Get Information of the machines at the storage layer (tcapsvr)
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterType(Long ClusterType)
Set Cluster type.
|
void |
setProxyList(MachineInfo[] ProxyList)
Set Information of the machines at the access layer (tcaproxy)
|
void |
setServerList(MachineInfo[] ServerList)
Set Information of the machines at the storage layer (tcapsvr)
|
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
- Cluster IDpublic MachineInfo[] getServerList()
public void setServerList(MachineInfo[] ServerList)
ServerList
- Information of the machines at the storage layer (tcapsvr)public MachineInfo[] getProxyList()
public void setProxyList(MachineInfo[] ProxyList)
ProxyList
- Information of the machines at the access layer (tcaproxy)public Long getClusterType()
public void setClusterType(Long ClusterType)
ClusterType
- Cluster type. Valid values: `1` (standard), `2` (dedicated)Copyright © 2023. All rights reserved.