PrivateEndpointCollection

class oci.resource_manager.models.PrivateEndpointCollection(**kwargs)

Bases: object

A list of private endpoints that match filter criteria, if any. Results contain PrivateEndpointSummary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.resource_manager.models.PrivateEndpointSummary]) – The value to assign to the items property of this PrivateEndpointCollection.
items

[Required] Gets the items of this PrivateEndpointCollection. A list of private endpoints.

Returns:The items of this PrivateEndpointCollection.
Return type:list[oci.resource_manager.models.PrivateEndpointSummary]