ExternalMySqlDatabaseCollection

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

Bases: object

The collection of external MySQL Databases.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalMySqlDatabaseCollection. The list of external MySQL Database records.

Returns:The items of this ExternalMySqlDatabaseCollection.
Return type:list[oci.database_management.models.ExternalMySqlDatabaseSummary]