Uses of Class
com.oracle.bmc.goldengate.model.Pipeline.LifecycleState
-
Packages that use Pipeline.LifecycleState Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of Pipeline.LifecycleState in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type Pipeline.LifecycleState Modifier and Type Method Description Waiter<GetPipelineRequest,GetPipelineResponse>
GoldenGateWaiters. forPipeline(GetPipelineRequest request, Pipeline.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPipelineRequest,GetPipelineResponse>
GoldenGateWaiters. forPipeline(GetPipelineRequest request, Pipeline.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPipelineRequest,GetPipelineResponse>
GoldenGateWaiters. forPipeline(GetPipelineRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Pipeline.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Pipeline.LifecycleState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return Pipeline.LifecycleState Modifier and Type Method Description static Pipeline.LifecycleState
Pipeline.LifecycleState. create(String key)
Pipeline.LifecycleState
Pipeline. getLifecycleState()
Lifecycle state of the pipeline.Pipeline.LifecycleState
PipelineSummary. getLifecycleState()
Lifecycle state for the pipeline summary.static Pipeline.LifecycleState
Pipeline.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pipeline.LifecycleState[]
Pipeline.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type Pipeline.LifecycleState Modifier and Type Method Description ZeroEtlPipeline.Builder
ZeroEtlPipeline.Builder. lifecycleState(Pipeline.LifecycleState lifecycleState)
ZeroEtlPipelineSummary.Builder
ZeroEtlPipelineSummary.Builder. lifecycleState(Pipeline.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.goldengate.model with parameters of type Pipeline.LifecycleState Constructor Description Pipeline(String id, String displayName, String description, String compartmentId, LicenseModel licenseModel, Integer cpuCoreCount, Boolean isAutoScalingEnabled, SourcePipelineConnectionDetails sourceConnectionDetails, TargetPipelineConnectionDetails targetConnectionDetails, PipelineDiagnosticData pipelineDiagnosticData, 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, PipelineDiagnosticData pipelineDiagnosticData, 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. -
Uses of Pipeline.LifecycleState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return Pipeline.LifecycleState Modifier and Type Method Description Pipeline.LifecycleState
ListPipelinesRequest. getLifecycleState()
A filtered list of pipelines to return for a given lifecycleState.Methods in com.oracle.bmc.goldengate.requests with parameters of type Pipeline.LifecycleState Modifier and Type Method Description ListPipelinesRequest.Builder
ListPipelinesRequest.Builder. lifecycleState(Pipeline.LifecycleState lifecycleState)
A filtered list of pipelines to return for a given lifecycleState.
-