public class DescribeEventRuleAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
regionId |
String |
ruleName
The name of the event-triggered alert rule.
|
String |
silenceTime
The mute period during which new alert notifications are not sent even if the trigger conditions are met.
|
| 构造器和说明 |
|---|
DescribeEventRuleAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeEventRuleAttributeRequest |
build(Map<String,?> map) |
String |
getRegionId() |
String |
getRuleName() |
String |
getSilenceTime() |
DescribeEventRuleAttributeRequest |
setRegionId(String regionId) |
DescribeEventRuleAttributeRequest |
setRuleName(String ruleName) |
DescribeEventRuleAttributeRequest |
setSilenceTime(String silenceTime) |
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="RuleName") public String ruleName
The name of the event-triggered alert rule.
For information about how to obtain the name of an event-triggered alert rule, see [DescribeEventRuleList](~~114996~~).
@NameInMap(value="SilenceTime") public String silenceTime
The mute period during which new alert notifications are not sent even if the trigger conditions are met.
Unit: seconds. Default value: 86400, which indicates one day.
> Only one alert notification is sent during each mute period even if the metric value exceeds the alert threshold several times.
public static DescribeEventRuleAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeEventRuleAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeEventRuleAttributeRequest setRuleName(String ruleName)
public String getRuleName()
public DescribeEventRuleAttributeRequest setSilenceTime(String silenceTime)
public String getSilenceTime()
Copyright © 2024. All rights reserved.