Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.PoolInfo
-
Packages that use PoolInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of PoolInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return PoolInfo Modifier and Type Method Description PoolInfo[]DescribeMachineResponse. getPoolList()Get 独占机器资源列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type PoolInfo Modifier and Type Method Description voidDescribeMachineResponse. setPoolList(PoolInfo[] PoolList)Set 独占机器资源列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type PoolInfo Constructor Description PoolInfo(PoolInfo 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.
-