Uses of Class
com.tencentcloudapi.clb.v20180317.models.Cluster
-
Packages that use Cluster Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of Cluster in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return Cluster Modifier and Type Method Description Cluster[]DescribeExclusiveClustersResponse. getClusterSet()Get 集群列表。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type Cluster Modifier and Type Method Description voidDescribeExclusiveClustersResponse. setClusterSet(Cluster[] ClusterSet)Set 集群列表。Constructors in com.tencentcloudapi.clb.v20180317.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.
-