public class DescribeMetricRuleBlackListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
category
The ID of the blacklist policy.
|
List<String> |
ids |
List<String> |
instanceIds
The IDs of the instances in the blacklist policy.
|
Boolean |
isEnable
The status of the blacklist policy.
|
String |
name
The name of the blacklist policy.
|
String |
namespace
The timestamp when the blacklist policy expired.
|
Integer |
order
The HTTP status code.
|
Integer |
pageNumber
The name of the metric.
|
Integer |
pageSize
The categories of the Alibaba Cloud service.
|
String |
regionId |
String |
scopeType
The effective scope of the blacklist policy.
|
| 构造器和说明 |
|---|
DescribeMetricRuleBlackListRequest() |
@NameInMap(value="Category") public String category
The ID of the blacklist policy.
@NameInMap(value="InstanceIds") public List<String> instanceIds
The IDs of the instances in the blacklist policy.
Valid values of N: 0 to 10.
@NameInMap(value="IsEnable") public Boolean isEnable
The status of the blacklist policy. Valid values:
* true: The blacklist policy is enabled.
* false: The blacklist policy is disabled.
@NameInMap(value="Name") public String name
The name of the blacklist policy.
This parameter supports fuzzy match.
@NameInMap(value="Namespace") public String namespace
The timestamp when the blacklist policy expired.
Unit: milliseconds.
@NameInMap(value="Order") public Integer order
The HTTP status code.
> The status code 200 indicates that the call was successful.
@NameInMap(value="PageNumber") public Integer pageNumber
The name of the metric.
@NameInMap(value="PageSize") public Integer pageSize
The categories of the Alibaba Cloud service. For example, ApsaraDB for Redis includes the following categories: ApsaraDB for Redis (standard architecture), ApsaraDB for Redis (cluster architecture), and ApsaraDB for Redis (read/write splitting architecture). In this case, the valid values of this parameter for ApsaraDB for Redis include `kvstore_standard`, `kvstore_sharding`, and `kvstore_splitrw`.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ScopeType") public String scopeType
The effective scope of the blacklist policy. Valid values:
* USER: The blacklist policy takes effect only within the current Alibaba Cloud account.
* GROUP: The blacklist policy takes effect only within the specified application group.
public static DescribeMetricRuleBlackListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleBlackListRequest setCategory(String category)
public String getCategory()
public DescribeMetricRuleBlackListRequest setIds(List<String> ids)
public DescribeMetricRuleBlackListRequest setInstanceIds(List<String> instanceIds)
public DescribeMetricRuleBlackListRequest setIsEnable(Boolean isEnable)
public Boolean getIsEnable()
public DescribeMetricRuleBlackListRequest setName(String name)
public String getName()
public DescribeMetricRuleBlackListRequest setNamespace(String namespace)
public String getNamespace()
public DescribeMetricRuleBlackListRequest setOrder(Integer order)
public Integer getOrder()
public DescribeMetricRuleBlackListRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeMetricRuleBlackListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeMetricRuleBlackListRequest setRegionId(String regionId)
public String getRegionId()
public DescribeMetricRuleBlackListRequest setScopeType(String scopeType)
public String getScopeType()
Copyright © 2024. All rights reserved.