MySqlConnectorCollection¶
- 
class oci.database_management.models.MySqlConnectorCollection(**kwargs)¶
- Bases: - object- The collection of external MySQL Database connectors. - Methods - __init__(**kwargs)- Initializes a new MySqlConnectorCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this MySqlConnectorCollection. - 
__init__(**kwargs)¶
- Initializes a new MySqlConnectorCollection 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.MySqlDatabaseConnectorSummary]) – The value to assign to the items property of this MySqlConnectorCollection. 
 - 
items¶
- [Required] Gets the items of this MySqlConnectorCollection. The list of external MySQL Database connector records. - Returns: - The items of this MySqlConnectorCollection. - Return type: - list[oci.database_management.models.MySqlDatabaseConnectorSummary] 
 
-