Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterBasicSettings
-
Packages that use ClusterBasicSettings Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterBasicSettings in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterBasicSettings Modifier and Type Method Description ClusterBasicSettingsCreateClusterRequest. getClusterBasicSettings()Get 集群的基本配置信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterBasicSettings Modifier and Type Method Description voidCreateClusterRequest. setClusterBasicSettings(ClusterBasicSettings ClusterBasicSettings)Set 集群的基本配置信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterBasicSettings Constructor Description ClusterBasicSettings(ClusterBasicSettings 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.
-