Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.ServerMachineInfo
-
Packages that use ServerMachineInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of ServerMachineInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return ServerMachineInfo Modifier and Type Method Description ServerMachineInfo[]PoolInfo. getServerList()Get svr机器列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ServerMachineInfo Modifier and Type Method Description voidPoolInfo. setServerList(ServerMachineInfo[] ServerList)Set svr机器列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ServerMachineInfo Constructor Description ServerMachineInfo(ServerMachineInfo 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.
-