OperationsInsightsPrivateEndpointCollection

class oci.opsi.models.OperationsInsightsPrivateEndpointCollection(**kwargs)

Bases: object

A collection of Operation Insights private endpoint objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.OperationsInsightsPrivateEndpointSummary]) – The value to assign to the items property of this OperationsInsightsPrivateEndpointCollection.
items

[Required] Gets the items of this OperationsInsightsPrivateEndpointCollection. A list of OperationsInsightsPrivateEndpointSummary objects.

Returns:The items of this OperationsInsightsPrivateEndpointCollection.
Return type:list[oci.opsi.models.OperationsInsightsPrivateEndpointSummary]