CloudListenerCollection

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

Bases: object

A collection of cloud listeners.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudListenerCollection. An array of cloud listeners.

Returns:The items of this CloudListenerCollection.
Return type:list[oci.database_management.models.CloudListenerSummary]