Class ModifyClusterMachineRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ModifyClusterMachineRequest
-
public class ModifyClusterMachineRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群idLonggetClusterType()Get 集群类型1共享集群2独占集群MachineInfo[]getProxyList()Get proxy占用的机器MachineInfo[]getServerList()Get svr占用的机器voidsetClusterId(String ClusterId)Set 集群idvoidsetClusterType(Long ClusterType)Set 集群类型1共享集群2独占集群voidsetProxyList(MachineInfo[] ProxyList)Set proxy占用的机器voidsetServerList(MachineInfo[] ServerList)Set svr占用的机器voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyClusterMachineRequest
public ModifyClusterMachineRequest()
-
ModifyClusterMachineRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getServerList
public MachineInfo[] getServerList()
Get svr占用的机器- Returns:
- ServerList svr占用的机器
-
setServerList
public void setServerList(MachineInfo[] ServerList)
Set svr占用的机器- Parameters:
ServerList- svr占用的机器
-
getProxyList
public MachineInfo[] getProxyList()
Get proxy占用的机器- Returns:
- ProxyList proxy占用的机器
-
setProxyList
public void setProxyList(MachineInfo[] ProxyList)
Set proxy占用的机器- Parameters:
ProxyList- proxy占用的机器
-
getClusterType
public Long getClusterType()
Get 集群类型1共享集群2独占集群- Returns:
- ClusterType 集群类型1共享集群2独占集群
-
setClusterType
public void setClusterType(Long ClusterType)
Set 集群类型1共享集群2独占集群- Parameters:
ClusterType- 集群类型1共享集群2独占集群
-
-