public class ModifyClusterMachineRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterMachineRequest() |
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 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 © 2021. All rights reserved.