GdpPipelineCollection¶
-
class
oci.gdp.models.GdpPipelineCollection(**kwargs)¶ Bases:
objectResults of a pipeline search. Contains both summary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new GdpPipelineCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this GdpPipelineCollection. -
__init__(**kwargs)¶ Initializes a new GdpPipelineCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.gdp.models.GdpPipelineSummary]) – The value to assign to the items property of this GdpPipelineCollection.
-
items¶ [Required] Gets the items of this GdpPipelineCollection. List of pipelines within a compartment.
Returns: The items of this GdpPipelineCollection. Return type: list[oci.gdp.models.GdpPipelineSummary]
-