AiPrivateEndpointCollection

class oci.ai_anomaly_detection.models.AiPrivateEndpointCollection(**kwargs)

Bases: object

A collection of AI Service PrivateEndpoints Each item is a AI Service PrivateEndpoint Summary object.

Methods

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

Attributes

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

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

Parameters:items (list[oci.ai_anomaly_detection.models.AiPrivateEndpointSummary]) – The value to assign to the items property of this AiPrivateEndpointCollection.
items

[Required] Gets the items of this AiPrivateEndpointCollection. List of AI Service PrivateEndpoint.

Returns:The items of this AiPrivateEndpointCollection.
Return type:list[oci.ai_anomaly_detection.models.AiPrivateEndpointSummary]