DatabaseToolsPrivateEndpointCollection

class oci.database_tools.models.DatabaseToolsPrivateEndpointCollection(**kwargs)

Bases: object

List of DatabaseToolsPrivateEndpointSummary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this DatabaseToolsPrivateEndpointCollection. Array of DatabaseToolsPrivateEndpointSummary items.

Returns:The items of this DatabaseToolsPrivateEndpointCollection.
Return type:list[oci.database_tools.models.DatabaseToolsPrivateEndpointSummary]