ExternalListenerServiceCollection

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

Bases: object

A collection of external listener services.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalListenerServiceCollection. An array of external listener services.

Returns:The items of this ExternalListenerServiceCollection.
Return type:list[oci.database_management.models.ExternalListenerServiceSummary]