public static class DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
category
The category of the cloud service.
|
String |
createTime
The timestamp when the blacklist policy was created.
|
String |
effectiveTime
The time range within which the blacklist policy is effective.
|
Long |
enableEndTime
The timestamp when the blacklist policy started to take effect.
|
Long |
enableStartTime
The timestamp when the blacklist policy expired.
|
String |
id
The ID of the blacklist policy.
|
List<String> |
instances
The IDs of the instances that belong to the specified cloud service.
|
Boolean |
isEnable
The status of the blacklist policy.
|
List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> |
metrics
The metrics of the instance.
|
String |
name
The name of the blacklist policy.
|
String |
namespace
The namespace of the cloud service.
|
String |
scopeType
The effective scope of the blacklist policy.
|
List<String> |
scopeValue
The IDs of the application groups.
|
String |
updateTime
The timestamp when the blacklist policy was modified.
|
| 构造器和说明 |
|---|
DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList() |
@NameInMap(value="Category") public String category
The category of the 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.
ecs
@NameInMap(value="CreateTime") public String createTime
The timestamp when the blacklist policy was created.
Unit: milliseconds.
example:1665714561000
@NameInMap(value="EffectiveTime") public String effectiveTime
The time range within which the blacklist policy is effective.
example:00:00-23:59
@NameInMap(value="EnableEndTime") public Long enableEndTime
The timestamp when the blacklist policy started to take effect.
Unit: milliseconds.
example:1640608200000
@NameInMap(value="EnableStartTime") public Long enableStartTime
The timestamp when the blacklist policy expired.
Unit: milliseconds.
example:1640237400000
@NameInMap(value="Id") public String id
The ID of the blacklist policy.
example:93514c96-ceb8-47d8-8ee3-93b6d98b****
@NameInMap(value="Instances") public List<String> instances
The IDs of the instances that belong to the specified cloud service.
@NameInMap(value="IsEnable") public Boolean isEnable
The status of the blacklist policy. Valid values:
true
@NameInMap(value="Metrics") public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> metrics
The metrics of the instance.
@NameInMap(value="Name") public String name
The name of the blacklist policy.
example:Blacklist-01
@NameInMap(value="Namespace") public String namespace
The namespace of the cloud service.
example:acs_ecs_dashboard
@NameInMap(value="ScopeType") public String scopeType
The effective scope of the blacklist policy. Valid values:
USER
@NameInMap(value="ScopeValue") public List<String> scopeValue
The IDs of the application groups.
@NameInMap(value="UpdateTime") public String updateTime
The timestamp when the blacklist policy was modified.
Unit: milliseconds.
example:1665718373000
public DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList()
public static DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setCategory(String category)
public String getCategory()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setCreateTime(String createTime)
public String getCreateTime()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setEffectiveTime(String effectiveTime)
public String getEffectiveTime()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setEnableEndTime(Long enableEndTime)
public Long getEnableEndTime()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setEnableStartTime(Long enableStartTime)
public Long getEnableStartTime()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setId(String id)
public String getId()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setInstances(List<String> instances)
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setIsEnable(Boolean isEnable)
public Boolean getIsEnable()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setMetrics(List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> metrics)
public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> getMetrics()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setName(String name)
public String getName()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setNamespace(String namespace)
public String getNamespace()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setScopeType(String scopeType)
public String getScopeType()
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setScopeValue(List<String> scopeValue)
public DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2026. All rights reserved.