PoolCollection

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

Bases: object

The results of a query for a list of pools. It contains PoolSummary items.

Methods

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

Attributes

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

Initializes a new PoolCollection 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.PoolSummary]) – The value to assign to the items property of this PoolCollection.
items

[Required] Gets the items of this PoolCollection. A list of pools.

Returns:The items of this PoolCollection.
Return type:list[oci.data_flow.models.PoolSummary]