Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterProperty
-
Packages that use ClusterProperty Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterProperty in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterProperty Modifier and Type Method Description ClusterPropertyModifyClusterAttributeRequest. getClusterProperty()Get 集群属性ClusterPropertyModifyClusterAttributeResponse. getClusterProperty()Get 集群属性 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterProperty Modifier and Type Method Description voidModifyClusterAttributeRequest. setClusterProperty(ClusterProperty ClusterProperty)Set 集群属性voidModifyClusterAttributeResponse. setClusterProperty(ClusterProperty ClusterProperty)Set 集群属性 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterProperty Constructor Description ClusterProperty(ClusterProperty 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.
-