Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.MachineInfo
-
Packages that use MachineInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of MachineInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return MachineInfo Modifier and Type Method Description MachineInfo[]CreateClusterRequest. getProxyList()Get 独占集群占用的proxy机器MachineInfo[]ModifyClusterMachineRequest. getProxyList()Get proxy占用的机器MachineInfo[]CreateClusterRequest. getServerList()Get 独占集群占用的svr机器MachineInfo[]ModifyClusterMachineRequest. getServerList()Get svr占用的机器Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type MachineInfo Modifier and Type Method Description voidCreateClusterRequest. setProxyList(MachineInfo[] ProxyList)Set 独占集群占用的proxy机器voidModifyClusterMachineRequest. setProxyList(MachineInfo[] ProxyList)Set proxy占用的机器voidCreateClusterRequest. setServerList(MachineInfo[] ServerList)Set 独占集群占用的svr机器voidModifyClusterMachineRequest. setServerList(MachineInfo[] ServerList)Set svr占用的机器Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type MachineInfo Constructor 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.
-