public static class PutEventRuleRequest.PutEventRuleRequestEventPattern
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
customFilters
The keyword that is used to filter events.
|
List<String> |
eventTypeList |
List<String> |
levelList |
List<String> |
nameList |
String |
product
The type of the cloud service.
|
String |
SQLFilter
The SQL condition that is used to filter events.
|
List<String> |
statusList |
| 构造器和说明 |
|---|
PutEventRuleRequestEventPattern() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutEventRuleRequest.PutEventRuleRequestEventPattern |
build(Map<String,?> map) |
String |
getCustomFilters() |
List<String> |
getEventTypeList() |
List<String> |
getLevelList() |
List<String> |
getNameList() |
String |
getProduct() |
String |
getSQLFilter() |
List<String> |
getStatusList() |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setCustomFilters(String customFilters) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setEventTypeList(List<String> eventTypeList) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setLevelList(List<String> levelList) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setNameList(List<String> nameList) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setProduct(String product) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setSQLFilter(String SQLFilter) |
PutEventRuleRequest.PutEventRuleRequestEventPattern |
setStatusList(List<String> statusList) |
@NameInMap(value="CustomFilters") public String customFilters
The keyword that is used to filter events. If the content of an event contains the specified keyword, an alert is automatically triggered.
@NameInMap(value="Product") public String product
The type of the cloud service. Valid values of N: 1 to 50.
> You can call the DescribeSystemEventMetaList operation to query the cloud services that support event-triggered alerts. For more information, see [DescribeSystemEventMetaList](~~114972~~).
@NameInMap(value="SQLFilter") public String SQLFilter
The SQL condition that is used to filter events. If the content of an event meets the specified SQL condition, an alert is automatically triggered.
> The syntax of SQL event filtering is consistent with the query syntax of Log Service.
public static PutEventRuleRequest.PutEventRuleRequestEventPattern build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleRequest.PutEventRuleRequestEventPattern setCustomFilters(String customFilters)
public String getCustomFilters()
public PutEventRuleRequest.PutEventRuleRequestEventPattern setEventTypeList(List<String> eventTypeList)
public PutEventRuleRequest.PutEventRuleRequestEventPattern setLevelList(List<String> levelList)
public PutEventRuleRequest.PutEventRuleRequestEventPattern setNameList(List<String> nameList)
public PutEventRuleRequest.PutEventRuleRequestEventPattern setProduct(String product)
public String getProduct()
public PutEventRuleRequest.PutEventRuleRequestEventPattern setSQLFilter(String SQLFilter)
public String getSQLFilter()
public PutEventRuleRequest.PutEventRuleRequestEventPattern setStatusList(List<String> statusList)
Copyright © 2024. All rights reserved.