Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusTarget
-
Packages that use PrometheusTarget Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusTarget in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusTarget Modifier and Type Method Description PrometheusTarget[]PrometheusJobTargets. getTargets()Get 该Job的targets列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTarget Modifier and Type Method Description voidPrometheusJobTargets. setTargets(PrometheusTarget[] Targets)Set 该Job的targets列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTarget Constructor Description PrometheusTarget(PrometheusTarget 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.
-