CloudExadataInfrastructureCollection

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

Bases: object

A list of the Exadata infrastructure resources.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudExadataInfrastructureCollection. A list of Exadata infrastructures.

Returns:The items of this CloudExadataInfrastructureCollection.
Return type:list[oci.database_management.models.CloudExadataInfrastructureSummary]