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,表示取不到有效值。PrometheusAlertPolicyItemCreatePrometheusAlertPolicyRequest. getAlertRule()Get 告警配置PrometheusAlertPolicyItemModifyPrometheusAlertPolicyRequest. getAlertRule()Get 告警配置PrometheusAlertPolicyItem[]DescribePrometheusAlertPolicyResponse. getAlertRules()Get 告警详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAlertPolicyItem Modifier and Type Method Description voidPrometheusTemp. setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)Set 当Level为instance时有效, 模板中的告警配置列表 注意:此字段可能返回 null,表示取不到有效值。voidPrometheusTempModify. setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)Set 修改内容,只有当模板类型是Alert时生效 注意:此字段可能返回 null,表示取不到有效值。voidCreatePrometheusAlertPolicyRequest. setAlertRule(PrometheusAlertPolicyItem AlertRule)Set 告警配置voidModifyPrometheusAlertPolicyRequest. setAlertRule(PrometheusAlertPolicyItem AlertRule)Set 告警配置voidDescribePrometheusAlertPolicyResponse. 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.
-