Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
PrometheusAlertPolicyItem[] |
PrometheusTempModify.getAlertDetailRules()
Get Modification content, which is valid only if template type is `Alert`.
|
PrometheusAlertPolicyItem[] |
PrometheusTemp.getAlertDetailRules()
Get This parameter is valid if `Level` is `instance`.
|
PrometheusAlertPolicyItem |
CreatePrometheusAlertPolicyRequest.getAlertRule()
Get Alert configuration
|
PrometheusAlertPolicyItem |
ModifyPrometheusAlertPolicyRequest.getAlertRule()
Get Alert configuration
|
PrometheusAlertPolicyItem[] |
DescribePrometheusAlertPolicyResponse.getAlertRules()
Get Alert details
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
PrometheusTempModify.setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)
Set Modification content, which is valid only if template type is `Alert`.
|
void |
PrometheusTemp.setAlertDetailRules(PrometheusAlertPolicyItem[] AlertDetailRules)
Set This parameter is valid if `Level` is `instance`.
|
void |
CreatePrometheusAlertPolicyRequest.setAlertRule(PrometheusAlertPolicyItem AlertRule)
Set Alert configuration
|
void |
ModifyPrometheusAlertPolicyRequest.setAlertRule(PrometheusAlertPolicyItem AlertRule)
Set Alert configuration
|
void |
DescribePrometheusAlertPolicyResponse.setAlertRules(PrometheusAlertPolicyItem[] AlertRules)
Set Alert details
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.