Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
Dimension[] |
DataPoint.getDimensions()
Get 实例对象维度组合
|
Dimension[] |
Instance.getDimensions()
Get 实例的维度组合
|
Dimension[] |
MetricDataPoint.getDimensions()
Get 实例对象维度组合
|
Modifier and Type | Method and Description |
---|---|
void |
DataPoint.setDimensions(Dimension[] Dimensions)
Set 实例对象维度组合
|
void |
Instance.setDimensions(Dimension[] Dimensions)
Set 实例的维度组合
|
void |
MetricDataPoint.setDimensions(Dimension[] Dimensions)
Set 实例对象维度组合
|
Constructor and Description |
---|
Dimension(Dimension source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.