MetricExtensionResourceAggregationCollection¶
-
class
oci.stack_monitoring.models.
MetricExtensionResourceAggregationCollection
(**kwargs)¶ Bases:
object
The metric extension resources count filtered by given criteria.
Methods
__init__
(**kwargs)Initializes a new MetricExtensionResourceAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MetricExtensionResourceAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new MetricExtensionResourceAggregationCollection 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.MetricExtensionResourceAggregation]) – The value to assign to the items property of this MetricExtensionResourceAggregationCollection.
-
items
¶ [Required] Gets the items of this MetricExtensionResourceAggregationCollection. The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.
Returns: The items of this MetricExtensionResourceAggregationCollection. Return type: list[oci.stack_monitoring.models.MetricExtensionResourceAggregation]
-