Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
Dimension[] |
MetricDataPoint.getDimensions()
Get Combination of instance object dimensions
|
Dimension[] |
Instance.getDimensions()
Get Combination of instance dimensions
|
Dimension[] |
DataPoint.getDimensions()
Get Combination of instance object dimensions
|
Modifier and Type | Method and Description |
---|---|
void |
MetricDataPoint.setDimensions(Dimension[] Dimensions)
Set Combination of instance object dimensions
|
void |
Instance.setDimensions(Dimension[] Dimensions)
Set Combination of instance dimensions
|
void |
DataPoint.setDimensions(Dimension[] Dimensions)
Set Combination of instance object dimensions
|
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 © 2023. All rights reserved.