Uses of Class
com.tencentcloudapi.tke.v20180525.models.AutoUpgradeClusterLevel
-
Packages that use AutoUpgradeClusterLevel Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of AutoUpgradeClusterLevel in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return AutoUpgradeClusterLevel Modifier and Type Method Description AutoUpgradeClusterLevelClusterBasicSettings. getAutoUpgradeClusterLevel()Get 自动变配集群等级,针对托管集群生效AutoUpgradeClusterLevelModifyClusterAttributeRequest. getAutoUpgradeClusterLevel()Get 自动变配集群等级AutoUpgradeClusterLevelModifyClusterAttributeResponse. getAutoUpgradeClusterLevel()Get 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type AutoUpgradeClusterLevel Modifier and Type Method Description voidClusterBasicSettings. setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)Set 自动变配集群等级,针对托管集群生效voidModifyClusterAttributeRequest. setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)Set 自动变配集群等级voidModifyClusterAttributeResponse. setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)Set 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type AutoUpgradeClusterLevel Constructor Description AutoUpgradeClusterLevel(AutoUpgradeClusterLevel 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.
-