ExternalListenerCollection

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

Bases: object

A collection of external listeners.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalListenerCollection. An array of external listeners.

Returns:The items of this ExternalListenerCollection.
Return type:list[oci.database_management.models.ExternalListenerSummary]