Uses of Class
com.tencentcloudapi.tke.v20180525.models.DeletePrometheusConfigRequest
-
Packages that use DeletePrometheusConfigRequest Package Description com.tencentcloudapi.tke.v20180525 com.tencentcloudapi.tke.v20180525.models -
-
Uses of DeletePrometheusConfigRequest in com.tencentcloudapi.tke.v20180525
Methods in com.tencentcloudapi.tke.v20180525 with parameters of type DeletePrometheusConfigRequest Modifier and Type Method Description DeletePrometheusConfigResponseTkeClient. DeletePrometheusConfig(DeletePrometheusConfigRequest req)删除Prometheus配置,如果目标不存在,将返回成功 -
Uses of DeletePrometheusConfigRequest in com.tencentcloudapi.tke.v20180525.models
Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type DeletePrometheusConfigRequest Constructor Description DeletePrometheusConfigRequest(DeletePrometheusConfigRequest 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.
-