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