PipelineRunningProcessCollection¶
-
class
oci.golden_gate.models.
PipelineRunningProcessCollection
(**kwargs)¶ Bases:
object
The complete replication process and its details.
Methods
__init__
(**kwargs)Initializes a new PipelineRunningProcessCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PipelineRunningProcessCollection. -
__init__
(**kwargs)¶ Initializes a new PipelineRunningProcessCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.golden_gate.models.PipelineRunningProcessSummary]) – The value to assign to the items property of this PipelineRunningProcessCollection.
-
items
¶ [Required] Gets the items of this PipelineRunningProcessCollection. The list of replication processes and their details.
Returns: The items of this PipelineRunningProcessCollection. Return type: list[oci.golden_gate.models.PipelineRunningProcessSummary]
-