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