public static class DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
category
The name of the blacklist policy.
|
String |
createTime
The metrics of the instance.
|
String |
effectiveTime
The extended dimension of the instance.
|
Long |
enableEndTime
The number of entries to return on each page.
|
Long |
enableStartTime
The ID of the application group.
|
String |
id
The timestamp when the blacklist policy was modified.
|
List<String> |
instances |
Boolean |
isEnable
The total number of blacklist policies.
|
List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> |
metrics
The method that is used to sort query results by time.
|
String |
name
The status of the blacklist policy.
|
String |
namespace
The number of the page to return.
|
String |
scopeType
The IDs of instances that belong to the specified cloud service.
|
List<String> |
scopeValue |
String |
updateTime
The ID of the blacklist policy.
|
| 构造器和说明 |
|---|
DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList() |
@NameInMap(value="Category") public String category
The name of the blacklist policy.
@NameInMap(value="CreateTime") public String createTime
The metrics of the instance.
@NameInMap(value="EffectiveTime") public String effectiveTime
The extended dimension of the instance. For example, `{"device":"C:"}` specifies that the blacklist policy is applied to all C disks of the specified Elastic Compute Service (ECS) instance.
@NameInMap(value="EnableEndTime") public Long enableEndTime
The number of entries to return on each page.
Default value: 10.
@NameInMap(value="EnableStartTime") public Long enableStartTime
The ID of the application group. The value of this parameter is a JSON array.
> This parameter is returned only if the `ScopeType` parameter is set to `GROUP`.
@NameInMap(value="Id") public String id
The timestamp when the blacklist policy was modified.
Unit: milliseconds.
@NameInMap(value="IsEnable") public Boolean isEnable
The total number of blacklist policies.
@NameInMap(value="Metrics") public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackListMetrics> metrics
The method that is used to sort query results by time. Valid values:
* DESC (default): descending order
* ASC: ascending order
@NameInMap(value="Name") public String name
The status of the blacklist policy. Valid values:
* true: The blacklist policy is enabled.
* false: The blacklist policy is disabled.
@NameInMap(value="Namespace") public String namespace
The number of the page to return.
Default value: 1.
@NameInMap(value="ScopeType") public String scopeType
The IDs of instances that belong to the specified cloud service.
@NameInMap(value="UpdateTime") public String updateTime
The ID of the blacklist policy.
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 © 2024. All rights reserved.