Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusTemplate
-
Packages that use PrometheusTemplate Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusTemplate in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusTemplate Modifier and Type Method Description PrometheusTemplateCreatePrometheusTemplateRequest. getTemplate()Get 模板设置PrometheusTemplate[]DescribePrometheusTemplatesResponse. getTemplates()Get 模板列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTemplate Modifier and Type Method Description voidCreatePrometheusTemplateRequest. setTemplate(PrometheusTemplate Template)Set 模板设置voidDescribePrometheusTemplatesResponse. setTemplates(PrometheusTemplate[] Templates)Set 模板列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTemplate Constructor Description PrometheusTemplate(PrometheusTemplate 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.
-