public static class DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the metric.
|
String |
dimensions
The dimensions of the metric.
|
String |
labels
The tags of the metric, including one or more JSON strings.
|
String |
metricName
The name of the metric.
|
String |
namespace
The namespace of the service.
|
String |
periods
The statistical period of the metric.
|
String |
statistics
The statistical method.
|
String |
unit
The unit of the metric.
|
| 构造器和说明 |
|---|
DescribeMetricMetaListResponseBodyResourcesResource() |
@NameInMap(value="Description") public String description
The description of the metric.
@NameInMap(value="Dimensions") public String dimensions
The dimensions of the metric. Multiple dimensions are separated with commas (,).
@NameInMap(value="Labels") public String labels
The tags of the metric, including one or more JSON strings. Format: `[{"name":"tag name","value":"tag value"}]`. The `name` can be repeated.
The following tags are available:
* metricCategory: the category of the metric.
* alertEnable: specifies whether to report alerts for the metric.
* alertUnit: the suggested unit of the metric value in alerts.
* unitFactor: the factor for metric unit conversion.
* minAlertPeriod: the minimum time interval to report a new alert.
* productCategory: the category of the service.
@NameInMap(value="MetricName") public String metricName
The name of the metric.
@NameInMap(value="Namespace") public String namespace
The namespace of the service. The value is usually in the format of acs_Service.
@NameInMap(value="Periods") public String periods
The statistical period of the metric. Multiple statistical periods are separated with commas (,).
@NameInMap(value="Statistics") public String statistics
The statistical method. Multiple statistic methods are separated with commas (,).
@NameInMap(value="Unit") public String unit
The unit of the metric.
public DescribeMetricMetaListResponseBodyResourcesResource()
public static DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setDescription(String description)
public String getDescription()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setDimensions(String dimensions)
public String getDimensions()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setLabels(String labels)
public String getLabels()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setMetricName(String metricName)
public String getMetricName()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setNamespace(String namespace)
public String getNamespace()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setPeriods(String periods)
public String getPeriods()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setStatistics(String statistics)
public String getStatistics()
public DescribeMetricMetaListResponseBody.DescribeMetricMetaListResponseBodyResourcesResource setUnit(String unit)
public String getUnit()
Copyright © 2024. All rights reserved.