ExadataConfigurationCollection

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

Bases: object

Collection of exadata insight configuration summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExadataConfigurationCollection. Array of exadata insight configurations summary objects.

Returns:The items of this ExadataConfigurationCollection.
Return type:list[oci.opsi.models.ExadataConfigurationSummary]