PipelineSchemaTableCollection¶
-
class
oci.golden_gate.models.
PipelineSchemaTableCollection
(**kwargs)¶ Bases:
object
List of source or target schema tables of a pipeline’s assigned connection.
Methods
__init__
(**kwargs)Initializes a new PipelineSchemaTableCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PipelineSchemaTableCollection. source_schema_name
Gets the source_schema_name of this PipelineSchemaTableCollection. target_schema_name
Gets the target_schema_name of this PipelineSchemaTableCollection. -
__init__
(**kwargs)¶ Initializes a new PipelineSchemaTableCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_schema_name (str) – The value to assign to the source_schema_name property of this PipelineSchemaTableCollection.
- target_schema_name (str) – The value to assign to the target_schema_name property of this PipelineSchemaTableCollection.
- items (list[oci.golden_gate.models.PipelineSchemaTableSummary]) – The value to assign to the items property of this PipelineSchemaTableCollection.
-
items
¶ [Required] Gets the items of this PipelineSchemaTableCollection. Array of source or target schema tables of a pipeline’s assigned connection.
Returns: The items of this PipelineSchemaTableCollection. Return type: list[oci.golden_gate.models.PipelineSchemaTableSummary]
-
source_schema_name
¶ Gets the source_schema_name of this PipelineSchemaTableCollection. The schema name from the database connection.
Returns: The source_schema_name of this PipelineSchemaTableCollection. Return type: str
-
target_schema_name
¶ Gets the target_schema_name of this PipelineSchemaTableCollection. The schema name from the database connection.
Returns: The target_schema_name of this PipelineSchemaTableCollection. Return type: str
-