Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterStatus
-
Packages that use ClusterStatus Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterStatus in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterStatus Modifier and Type Method Description ClusterStatus[]DescribeClusterStatusResponse. getClusterStatusSet()Get 集群状态列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterStatus Modifier and Type Method Description voidDescribeClusterStatusResponse. setClusterStatusSet(ClusterStatus[] ClusterStatusSet)Set 集群状态列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterStatus Constructor Description ClusterStatus(ClusterStatus 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.
-