SqlEndpointCollection

class oci.data_flow.models.SqlEndpointCollection(**kwargs)

Bases: object

The results of a Sql Endpoint search. It contains the objects in a SqlEndpointSummary.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_flow.models.SqlEndpointSummary]) – The value to assign to the items property of this SqlEndpointCollection.
items

[Required] Gets the items of this SqlEndpointCollection. The collection of SqlEndpointSummary objects.

Returns:The items of this SqlEndpointCollection.
Return type:list[oci.data_flow.models.SqlEndpointSummary]