MetricExtensionsMetricAggregation¶
- 
class oci.stack_monitoring.models.MetricExtensionsMetricAggregation(**kwargs)¶
- Bases: - object- The count of metrics and other properties of metric extensions for specified dimensions. - Methods - __init__(**kwargs)- Initializes a new MetricExtensionsMetricAggregation object with values from keyword arguments. - Attributes - count- [Required] Gets the count of this MetricExtensionsMetricAggregation. - dimensions- [Required] Gets the dimensions of this MetricExtensionsMetricAggregation. - 
__init__(**kwargs)¶
- Initializes a new MetricExtensionsMetricAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - dimensions (dict(str, str)) – The value to assign to the dimensions property of this MetricExtensionsMetricAggregation.
- count (int) – The value to assign to the count property of this MetricExtensionsMetricAggregation.
 
 - 
count¶
- [Required] Gets the count of this MetricExtensionsMetricAggregation. The count of this metric - Returns: - The count of this MetricExtensionsMetricAggregation. - Return type: - int 
 - 
dimensions¶
- [Required] Gets the dimensions of this MetricExtensionsMetricAggregation. Unique combination of dimension values. Each dimension takes the form of a key-value pair. - Returns: - The dimensions of this MetricExtensionsMetricAggregation. - Return type: - dict(str, str) 
 
-