AssociatedDatabaseCollection

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

Bases: object

A collection of databases using a Database Management private endpoint.

Methods

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

Attributes

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

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

[Required] Gets the items of this AssociatedDatabaseCollection. A list of databases using a Database Management private endpoint.

Returns:The items of this AssociatedDatabaseCollection.
Return type:list[oci.database_management.models.AssociatedDatabaseSummary]