ExternalDbHomeCollection

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

Bases: object

A collection of external database homes.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalDbHomeCollection. An array of external DB homes.

Returns:The items of this ExternalDbHomeCollection.
Return type:list[oci.database_management.models.ExternalDbHomeSummary]