MetricExtensionMetricAggregationCollection¶
-
class
oci.stack_monitoring.models.
MetricExtensionMetricAggregationCollection
(**kwargs)¶ Bases:
object
Count of metrics and other properties of metric extensions filtered by given criteria.
Methods
__init__
(**kwargs)Initializes a new MetricExtensionMetricAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MetricExtensionMetricAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new MetricExtensionMetricAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.stack_monitoring.models.MetricExtensionsMetricAggregation]) – The value to assign to the items property of this MetricExtensionMetricAggregationCollection.
-
items
¶ [Required] Gets the items of this MetricExtensionMetricAggregationCollection. The count related to metricName , compartmentId, metricExtensionId and resourceType.
Returns: The items of this MetricExtensionMetricAggregationCollection. Return type: list[oci.stack_monitoring.models.MetricExtensionsMetricAggregation]
-