ExternalExadataStorageConnectorCollection

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

Bases: object

The Exadata storage server connector list.

Methods

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

Attributes

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

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

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

Returns:The items of this ExternalExadataStorageConnectorCollection.
Return type:list[oci.database_management.models.ExternalExadataStorageConnectorSummary]