Uses of Class
com.tencentcloudapi.monitor.v20180724.models.CreateAlertRuleResponse
-
Packages that use CreateAlertRuleResponse Package Description com.tencentcloudapi.monitor.v20180724 com.tencentcloudapi.monitor.v20180724.models -
-
Uses of CreateAlertRuleResponse in com.tencentcloudapi.monitor.v20180724
Methods in com.tencentcloudapi.monitor.v20180724 that return CreateAlertRuleResponse Modifier and Type Method Description CreateAlertRuleResponse
MonitorClient. CreateAlertRule(CreateAlertRuleRequest req)
创建 Prometheus 告警规则。 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。 -
Uses of CreateAlertRuleResponse in com.tencentcloudapi.monitor.v20180724.models
Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type CreateAlertRuleResponse Constructor Description CreateAlertRuleResponse(CreateAlertRuleResponse 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.
-