Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
MappingRule |
MappingRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MappingRule> |
ZeroEtlPipeline.getMappingRules()
Mapping for source/target schema/tables for the pipeline data replication.
|
List<MappingRule> |
UpdateZeroEtlPipelineDetails.getMappingRules()
Mapping for source/target schema/tables for the pipeline data replication.
|
Modifier and Type | Method and Description |
---|---|
MappingRule.Builder |
MappingRule.Builder.copy(MappingRule model) |
Modifier and Type | Method and Description |
---|---|
ZeroEtlPipeline.Builder |
ZeroEtlPipeline.Builder.mappingRules(List<MappingRule> mappingRules)
Mapping for source/target schema/tables for the pipeline data replication.
|
UpdateZeroEtlPipelineDetails.Builder |
UpdateZeroEtlPipelineDetails.Builder.mappingRules(List<MappingRule> mappingRules)
Mapping for source/target schema/tables for the pipeline data replication.
|
Constructor and Description |
---|
UpdateZeroEtlPipelineDetails(String displayName,
String description,
LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ProcessOptions processOptions,
List<MappingRule> mappingRules)
Deprecated.
|
ZeroEtlPipeline(String id,
String displayName,
String description,
String compartmentId,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
Pipeline.LifecycleState lifecycleState,
PipelineLifecycleSubState lifecycleSubState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<MappingRule> mappingRules,
ProcessOptions processOptions,
Date timeLastRecorded)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.