ManagedDatabaseCollection¶
-
class
oci.database_management.models.
ManagedDatabaseCollection
(**kwargs)¶ Bases:
object
A collection of Managed Database objects.
Methods
__init__
(**kwargs)Initializes a new ManagedDatabaseCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagedDatabaseCollection. -
__init__
(**kwargs)¶ Initializes a new ManagedDatabaseCollection 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.ManagedDatabaseSummary]) – The value to assign to the items property of this ManagedDatabaseCollection.
-
items
¶ [Required] Gets the items of this ManagedDatabaseCollection. An array of ManagedDatabaseSummary resources.
Returns: The items of this ManagedDatabaseCollection. Return type: list[oci.database_management.models.ManagedDatabaseSummary]
-