ExadataInsightSummaryCollection

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

Bases: object

Collection of Exadata insight summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExadataInsightSummaryCollection. Array of Exadata insight summary objects.

Returns:The items of this ExadataInsightSummaryCollection.
Return type:list[oci.opsi.models.ExadataInsightSummary]