HistoricalMetricCollection

class oci.cloud_bridge.models.HistoricalMetricCollection(**kwargs)

Bases: object

List of historical metric.

Methods

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

Attributes

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

Initializes a new HistoricalMetricCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.cloud_bridge.models.HistoricalMetricSummary]) – The value to assign to the items property of this HistoricalMetricCollection.
items

[Required] Gets the items of this HistoricalMetricCollection. List of asset historical metrics.

Returns:The items of this HistoricalMetricCollection.
Return type:list[oci.cloud_bridge.models.HistoricalMetricSummary]