Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusAlertRule
-
Packages that use PrometheusAlertRule Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusAlertRule in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusAlertRule Modifier and Type Method Description PrometheusAlertRule[]
PrometheusAlertPolicyItem. getRules()
Get 规则列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAlertRule Modifier and Type Method Description void
PrometheusAlertPolicyItem. setRules(PrometheusAlertRule[] Rules)
Set 规则列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAlertRule Constructor Description PrometheusAlertRule(PrometheusAlertRule 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.
-