CloudDbHomeCollection

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

Bases: object

A collection of cloud database homes.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudDbHomeCollection. An array of cloud DB homes.

Returns:The items of this CloudDbHomeCollection.
Return type:list[oci.database_management.models.CloudDbHomeSummary]