CloudDatabaseCollection

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

Bases: object

A collection of cloud databases.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudDatabaseCollection. An array of cloud databases.

Returns:The items of this CloudDatabaseCollection.
Return type:list[oci.database_management.models.CloudDatabaseSummary]