OdaPrivateEndpointScanProxyCollection

class oci.oda.models.OdaPrivateEndpointScanProxyCollection(**kwargs)

Bases: object

A collection of ODA Private Endpoint Scan Proxy summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.oda.models.OdaPrivateEndpointScanProxySummary]) – The value to assign to the items property of this OdaPrivateEndpointScanProxyCollection.
items

[Required] Gets the items of this OdaPrivateEndpointScanProxyCollection. The ODA Private Endpoint Scan Proxy summaries.

Returns:The items of this OdaPrivateEndpointScanProxyCollection.
Return type:list[oci.oda.models.OdaPrivateEndpointScanProxySummary]