IngestHostMetricsDetails

class oci.opsi.models.IngestHostMetricsDetails(**kwargs)

Bases: object

Contains the data to ingest for one or more host performance metrics

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.HostPerformanceMetricGroup]) – The value to assign to the items property of this IngestHostMetricsDetails.
items

[Required] Gets the items of this IngestHostMetricsDetails. Collection of one or more host performance metric data points

Returns:The items of this IngestHostMetricsDetails.
Return type:list[oci.opsi.models.HostPerformanceMetricGroup]