MetricExtensionResourceAggregation¶
- 
class oci.stack_monitoring.models.MetricExtensionResourceAggregation(**kwargs)¶
- Bases: - object- The count of metric extensions for specified dimension. - Methods - __init__(**kwargs)- Initializes a new MetricExtensionResourceAggregation object with values from keyword arguments. - Attributes - count- [Required] Gets the count of this MetricExtensionResourceAggregation. - dimensions- [Required] Gets the dimensions of this MetricExtensionResourceAggregation. - 
__init__(**kwargs)¶
- Initializes a new MetricExtensionResourceAggregation 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 MetricExtensionResourceAggregation.
- count (int) – The value to assign to the count property of this MetricExtensionResourceAggregation.
 
 - 
count¶
- [Required] Gets the count of this MetricExtensionResourceAggregation. The count of this metric - Returns: - The count of this MetricExtensionResourceAggregation. - Return type: - int 
 - 
dimensions¶
- [Required] Gets the dimensions of this MetricExtensionResourceAggregation. Unique combination of dimension values. Each dimension takes the form of a key-value pair. - Returns: - The dimensions of this MetricExtensionResourceAggregation. - Return type: - dict(str, str) 
 
-