Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterCondition
-
Packages that use ClusterCondition Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterCondition in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterCondition Modifier and Type Method Description ClusterCondition[]DescribeTKEEdgeClusterStatusResponse. getConditions()Get 集群过程数组Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterCondition Modifier and Type Method Description voidDescribeTKEEdgeClusterStatusResponse. setConditions(ClusterCondition[] Conditions)Set 集群过程数组Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterCondition Constructor Description ClusterCondition(ClusterCondition 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.
-