ExternalDatabaseCollection

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

Bases: object

A collection of external databases.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalDatabaseCollection. An array of external databases.

Returns:The items of this ExternalDatabaseCollection.
Return type:list[oci.database_management.models.ExternalDatabaseSummary]