PipelineInitializationSteps

class oci.golden_gate.models.PipelineInitializationSteps(**kwargs)

Bases: object

The steps and their progress, based on the recipe type.

Methods

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

Attributes

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

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

[Required] Gets the items of this PipelineInitializationSteps. The sequence of pipeline steps based on the recipe type.

Returns:The items of this PipelineInitializationSteps.
Return type:list[oci.golden_gate.models.PipelineInitializationStep]