Package | Description |
---|---|
com.oracle.bmc.goldengate.model | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
static PipelineLifecycleSubState |
PipelineLifecycleSubState.create(String key) |
PipelineLifecycleSubState |
Pipeline.getLifecycleSubState()
Possible lifecycle substates when retrieving a pipeline.
|
PipelineLifecycleSubState |
PipelineSummary.getLifecycleSubState()
Possible lifecycle substates when retrieving a pipeline.
|
static PipelineLifecycleSubState |
PipelineLifecycleSubState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineLifecycleSubState[] |
PipelineLifecycleSubState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZeroEtlPipeline.Builder |
ZeroEtlPipeline.Builder.lifecycleSubState(PipelineLifecycleSubState lifecycleSubState) |
ZeroEtlPipelineSummary.Builder |
ZeroEtlPipelineSummary.Builder.lifecycleSubState(PipelineLifecycleSubState lifecycleSubState) |
Constructor and Description |
---|
Pipeline(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)
Deprecated.
|
PipelineSummary(String id,
String displayName,
String description,
String compartmentId,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
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)
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.
|
ZeroEtlPipelineSummary(String id,
String displayName,
String description,
String compartmentId,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
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,
ProcessOptions processOptions,
Date timeLastRecorded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PipelineLifecycleSubState |
ListPipelinesRequest.getLifecycleSubState()
A filtered list of pipelines to return for a given lifecycleSubState.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest.Builder |
ListPipelinesRequest.Builder.lifecycleSubState(PipelineLifecycleSubState lifecycleSubState)
A filtered list of pipelines to return for a given lifecycleSubState.
|
Copyright © 2016–2024. All rights reserved.