public class DeleteMetricRuleBlackListRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteMetricRuleBlackListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMetricRuleBlackListRequest |
build(Map<String,?> map) |
String |
getId() |
String |
getRegionId() |
DeleteMetricRuleBlackListRequest |
setId(String id) |
DeleteMetricRuleBlackListRequest |
setRegionId(String regionId) |
@NameInMap(value="Id") public String id
The IDs of the blacklist policies. Separate multiple IDs with commas (,). You can specify up to 50 IDs.
For more information about how to obtain the ID of a blacklist policy, see [DescribeMetricRuleBlackList](~~457257~~).
> You can also set this parameter to a JSON array. Example: `["a9ad2ac2-3ed9-11ed-b878-0242ac12****","5cb8a9a4-198f-4651-a353-f8b28788****"]`.
@NameInMap(value="RegionId") public String regionId
public static DeleteMetricRuleBlackListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMetricRuleBlackListRequest setId(String id)
public String getId()
public DeleteMetricRuleBlackListRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.