Uses of Class
com.oracle.bmc.goldengate.model.PipelineLifecycleSubState
-
Packages that use PipelineLifecycleSubState Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of PipelineLifecycleSubState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PipelineLifecycleSubState Modifier and Type Method 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.Methods in com.oracle.bmc.goldengate.model with parameters of type PipelineLifecycleSubState Modifier and Type Method Description ZeroEtlPipeline.Builder
ZeroEtlPipeline.Builder. lifecycleSubState(PipelineLifecycleSubState lifecycleSubState)
ZeroEtlPipelineSummary.Builder
ZeroEtlPipelineSummary.Builder. lifecycleSubState(PipelineLifecycleSubState lifecycleSubState)
Constructors in com.oracle.bmc.goldengate.model with parameters of type PipelineLifecycleSubState 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 PipelineLifecycleSubState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return PipelineLifecycleSubState Modifier and Type Method Description PipelineLifecycleSubState
ListPipelinesRequest. getLifecycleSubState()
A filtered list of pipelines to return for a given lifecycleSubState.Methods in com.oracle.bmc.goldengate.requests with parameters of type PipelineLifecycleSubState Modifier and Type Method Description ListPipelinesRequest.Builder
ListPipelinesRequest.Builder. lifecycleSubState(PipelineLifecycleSubState lifecycleSubState)
A filtered list of pipelines to return for a given lifecycleSubState.
-