ExternalDbSystemCollection

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

Bases: object

A collection of external DB systems.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalDbSystemCollection. An array of external DB systems.

Returns:The items of this ExternalDbSystemCollection.
Return type:list[oci.database_management.models.ExternalDbSystemSummary]