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