MetricsAggregationRangeCollection

class oci.database_management.models.MetricsAggregationRangeCollection(**kwargs)

Bases: object

The collection of metrics.

Methods

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

Attributes

end_time Gets the end_time of this MetricsAggregationRangeCollection.
items [Required] Gets the items of this MetricsAggregationRangeCollection.
start_time Gets the start_time of this MetricsAggregationRangeCollection.
__init__(**kwargs)

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

Parameters:
  • items (list[oci.database_management.models.MetricsAggregationRange]) – The value to assign to the items property of this MetricsAggregationRangeCollection.
  • start_time (str) – The value to assign to the start_time property of this MetricsAggregationRangeCollection.
  • end_time (str) – The value to assign to the end_time property of this MetricsAggregationRangeCollection.
end_time

Gets the end_time of this MetricsAggregationRangeCollection. The end of the metric data query time range. Expressed in UTC in ISO-8601 format, which is yyyy-MM-dd’T’hh:mm:ss.sss’Z’.

Returns:The end_time of this MetricsAggregationRangeCollection.
Return type:str
items

[Required] Gets the items of this MetricsAggregationRangeCollection. The metric data.

Returns:The items of this MetricsAggregationRangeCollection.
Return type:list[oci.database_management.models.MetricsAggregationRange]
start_time

Gets the start_time of this MetricsAggregationRangeCollection. The beginning of the metric data query time range. Expressed in UTC in ISO-8601 format, which is yyyy-MM-dd’T’hh:mm:ss.sss’Z’.

Returns:The start_time of this MetricsAggregationRangeCollection.
Return type:str