DistributedDatabasePrivateEndpointCollection

class oci.distributed_database.models.DistributedDatabasePrivateEndpointCollection(**kwargs)

Bases: object

Collection of private endpoints.

Methods

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

Attributes

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

Initializes a new DistributedDatabasePrivateEndpointCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.distributed_database.models.DistributedDatabasePrivateEndpointSummary]) – The value to assign to the items property of this DistributedDatabasePrivateEndpointCollection.
items

[Required] Gets the items of this DistributedDatabasePrivateEndpointCollection. Array of private endpoint summaries.

Returns:The items of this DistributedDatabasePrivateEndpointCollection.
Return type:list[oci.distributed_database.models.DistributedDatabasePrivateEndpointSummary]