Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.ClusterInfo
-
Packages that use ClusterInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of ClusterInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return ClusterInfo Modifier and Type Method Description ClusterInfo[]DescribeClustersResponse. getClusters()Get 集群实例列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ClusterInfo Modifier and Type Method Description voidDescribeClustersResponse. setClusters(ClusterInfo[] Clusters)Set 集群实例列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ClusterInfo Constructor Description ClusterInfo(ClusterInfo 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.
-