Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusTemp
-
Packages that use PrometheusTemp Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusTemp in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusTemp Modifier and Type Method Description PrometheusTemp
CreatePrometheusTempRequest. getTemplate()
Get 模板设置PrometheusTemp[]
DescribePrometheusTempResponse. getTemplates()
Get 模板列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusTemp Modifier and Type Method Description void
CreatePrometheusTempRequest. setTemplate(PrometheusTemp Template)
Set 模板设置void
DescribePrometheusTempResponse. setTemplates(PrometheusTemp[] Templates)
Set 模板列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusTemp Constructor Description PrometheusTemp(PrometheusTemp 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.
-