OpensearchClusterPipelineCollection

class oci.opensearch.models.OpensearchClusterPipelineCollection(**kwargs)

Bases: object

The list of cluster pieplines returned in a cluster pipeline search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opensearch.models.OpensearchClusterPipelineSummary]) – The value to assign to the items property of this OpensearchClusterPipelineCollection.
items

[Required] Gets the items of this OpensearchClusterPipelineCollection. The list of cluster pipeline.

Returns:The items of this OpensearchClusterPipelineCollection.
Return type:list[oci.opensearch.models.OpensearchClusterPipelineSummary]