Uses of Class
com.tencentcloudapi.tdcpg.v20211118.models.Cluster
-
Packages that use Cluster Package Description com.tencentcloudapi.tdcpg.v20211118.models -
-
Uses of Cluster in com.tencentcloudapi.tdcpg.v20211118.models
Methods in com.tencentcloudapi.tdcpg.v20211118.models that return Cluster Modifier and Type Method Description Cluster[]DescribeClustersResponse. getClusterSet()Get 集群列表信息Methods in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type Cluster Modifier and Type Method Description voidDescribeClustersResponse. setClusterSet(Cluster[] ClusterSet)Set 集群列表信息Constructors in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type Cluster Constructor Description Cluster(Cluster 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.
-