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