CloudListenerServiceCollection

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

Bases: object

A collection of cloud listener services.

Methods

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

Attributes

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

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

[Required] Gets the items of this CloudListenerServiceCollection. An array of cloud listener services.

Returns:The items of this CloudListenerServiceCollection.
Return type:list[oci.database_management.models.CloudListenerServiceSummary]