Uses of Class
com.tencentcloudapi.tke.v20180525.models.ScaleInMaster
-
Packages that use ScaleInMaster Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ScaleInMaster in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ScaleInMaster Modifier and Type Method Description ScaleInMaster[]ScaleInClusterMasterRequest. getScaleInMasters()Get master缩容选项Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ScaleInMaster Modifier and Type Method Description voidScaleInClusterMasterRequest. setScaleInMasters(ScaleInMaster[] ScaleInMasters)Set master缩容选项Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ScaleInMaster Constructor Description ScaleInMaster(ScaleInMaster 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.
-