MySqlConfigurationDataCollection

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

Bases: object

The collection of configuration records for a specific MySQL Database.

Methods

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

Attributes

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

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

[Required] Gets the items of this MySqlConfigurationDataCollection. The list of ConfigurationDataSummary records.

Returns:The items of this MySqlConfigurationDataCollection.
Return type:list[oci.database_management.models.MySqlConfigurationDataSummary]