Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterCIDRSettings
-
Packages that use ClusterCIDRSettings Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterCIDRSettings in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterCIDRSettings Modifier and Type Method Description ClusterCIDRSettingsCreateClusterRequest. getClusterCIDRSettings()Get 集群容器网络配置信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterCIDRSettings Modifier and Type Method Description voidCreateClusterRequest. setClusterCIDRSettings(ClusterCIDRSettings ClusterCIDRSettings)Set 集群容器网络配置信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterCIDRSettings Constructor Description ClusterCIDRSettings(ClusterCIDRSettings 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.
-