Package | Description |
---|---|
com.tencentcloudapi.tcaplusdb.v20190823.models |
Modifier and Type | Method and Description |
---|---|
MachineInfo[] |
CreateClusterRequest.getProxyList()
Get Information of the machine at the access layer (tcaproxy) in a dedicated cluster
|
MachineInfo[] |
ModifyClusterMachineRequest.getProxyList()
Get Information of the machines at the access layer (tcaproxy)
|
MachineInfo[] |
CreateClusterRequest.getServerList()
Get Information of the machine at the storage layer (tcapsvr) in a dedicated cluster
|
MachineInfo[] |
ModifyClusterMachineRequest.getServerList()
Get Information of the machines at the storage layer (tcapsvr)
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClusterRequest.setProxyList(MachineInfo[] ProxyList)
Set Information of the machine at the access layer (tcaproxy) in a dedicated cluster
|
void |
ModifyClusterMachineRequest.setProxyList(MachineInfo[] ProxyList)
Set Information of the machines at the access layer (tcaproxy)
|
void |
CreateClusterRequest.setServerList(MachineInfo[] ServerList)
Set Information of the machine at the storage layer (tcapsvr) in a dedicated cluster
|
void |
ModifyClusterMachineRequest.setServerList(MachineInfo[] ServerList)
Set Information of the machines at the storage layer (tcapsvr)
|
Constructor and Description |
---|
MachineInfo(MachineInfo 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.
|
Copyright © 2023. All rights reserved.