PipelineSchemaSummary¶
-
class
oci.golden_gate.models.
PipelineSchemaSummary
(**kwargs)¶ Bases:
object
List of source and target schemas of a pipeline’s assigned connection. 1. If there is no explicit mapping defined for the pipeline then only matched source and target schema names will be returned. 2. If there are explicit mappings defined for the pipeline then along with the mapped source and target schema names, the matched source and target schema names also will be returned.
Methods
__init__
(**kwargs)Initializes a new PipelineSchemaSummary object with values from keyword arguments. Attributes
source_schema_name
[Required] Gets the source_schema_name of this PipelineSchemaSummary. target_schema_name
[Required] Gets the target_schema_name of this PipelineSchemaSummary. -
__init__
(**kwargs)¶ Initializes a new PipelineSchemaSummary 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 PipelineSchemaSummary.
- target_schema_name (str) – The value to assign to the target_schema_name property of this PipelineSchemaSummary.
-
source_schema_name
¶ [Required] Gets the source_schema_name of this PipelineSchemaSummary. The schema name from the database connection.
Returns: The source_schema_name of this PipelineSchemaSummary. Return type: str
-
target_schema_name
¶ [Required] Gets the target_schema_name of this PipelineSchemaSummary. The schema name from the database connection.
Returns: The target_schema_name of this PipelineSchemaSummary. Return type: str
-