CloudExadataStorageConnectorCollection

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

Bases: object

The Exadata storage server connector list.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudExadataStorageConnectorCollection. A list of Exadata storage server connectors.

Returns:The items of this CloudExadataStorageConnectorCollection.
Return type:list[oci.database_management.models.CloudExadataStorageConnectorSummary]