IngestHostConfigurationDetails¶
-
class
oci.opsi.models.
IngestHostConfigurationDetails
(**kwargs)¶ Bases:
object
Contains the data to ingest for one or more host configuration metrics
Methods
__init__
(**kwargs)Initializes a new IngestHostConfigurationDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this IngestHostConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new IngestHostConfigurationDetails 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.HostConfigurationMetricGroup]) – The value to assign to the items property of this IngestHostConfigurationDetails.
-
items
¶ [Required] Gets the items of this IngestHostConfigurationDetails. Collection of one or more host configuration metric data points
Returns: The items of this IngestHostConfigurationDetails. Return type: list[oci.opsi.models.HostConfigurationMetricGroup]
-