MonitoredResourcesCountAggregationCollection

class oci.stack_monitoring.models.MonitoredResourcesCountAggregationCollection(**kwargs)

Bases: object

The resource count grouped by given criteria.

Methods

__init__(**kwargs) Initializes a new MonitoredResourcesCountAggregationCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this MonitoredResourcesCountAggregationCollection.
__init__(**kwargs)

Initializes a new MonitoredResourcesCountAggregationCollection 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.MonitoredResourcesCountAggregation]) – The value to assign to the items property of this MonitoredResourcesCountAggregationCollection.
items

[Required] Gets the items of this MonitoredResourcesCountAggregationCollection. The counts related to the resource and resource types.

Returns:The items of this MonitoredResourcesCountAggregationCollection.
Return type:list[oci.stack_monitoring.models.MonitoredResourcesCountAggregation]