Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusAlertPolicyItem
-
Packages that use PrometheusAlertPolicyItem Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusAlertPolicyItem in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusAlertPolicyItem Modifier and Type Method Description PrometheusAlertPolicyItem[]
PrometheusTemp. getAlertDetailRules()
Get 当Level为instance时有效, 模板中的告警配置列表 注意:此字段可能返回 null,表示取不到有效值。PrometheusAlertPolicyItem[]
PrometheusTempModify. getAlertDetailRules()
Get 修改内容,只有当模板类型是Alert时生效 注意:此字段可能返回 null,表示取不到有效值。PrometheusAlertPolicyItem
CreatePrometheusAlertPolicyRequest. getAlertRule()
Get 告警配置PrometheusAlertPolicyItem
ModifyPrometheusAlertPolicyRequest. getAlertRule()
Get 告警配置PrometheusAlertPolicyItem[]
DescribePrometheusAlertPolicyResponse. getAlertRules()
Get 告警详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAlertPolicyItem Modifier and Type Method Description void
PrometheusTemp. setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)
Set 当Level为instance时有效, 模板中的告警配置列表 注意:此字段可能返回 null,表示取不到有效值。void
PrometheusTempModify. setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)
Set 修改内容,只有当模板类型是Alert时生效 注意:此字段可能返回 null,表示取不到有效值。void
CreatePrometheusAlertPolicyRequest. setAlertRule(PrometheusAlertPolicyItem AlertRule)
Set 告警配置void
ModifyPrometheusAlertPolicyRequest. setAlertRule(PrometheusAlertPolicyItem AlertRule)
Set 告警配置void
DescribePrometheusAlertPolicyResponse. setAlertRules(PrometheusAlertPolicyItem[] AlertRules)
Set 告警详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAlertPolicyItem Constructor Description PrometheusAlertPolicyItem(PrometheusAlertPolicyItem 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.
-