Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusJobTargets
-
Packages that use PrometheusJobTargets Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusJobTargets in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusJobTargets Modifier and Type Method Description PrometheusJobTargets[]DescribePrometheusTargetsResponse. getJobs()Get 所有Job的targets信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusJobTargets Modifier and Type Method Description voidDescribePrometheusTargetsResponse. setJobs(PrometheusJobTargets[] Jobs)Set 所有Job的targets信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusJobTargets Constructor Description PrometheusJobTargets(PrometheusJobTargets 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.
-