Uses of Class
com.oracle.bmc.opensearch.model.OpensearchClusterPipeline.PipelineMode
-
Packages that use OpensearchClusterPipeline.PipelineMode Package Description com.oracle.bmc.opensearch.model -
-
Uses of OpensearchClusterPipeline.PipelineMode in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OpensearchClusterPipeline.PipelineMode Modifier and Type Method Description static OpensearchClusterPipeline.PipelineMode
OpensearchClusterPipeline.PipelineMode. create(String key)
OpensearchClusterPipeline.PipelineMode
OpensearchClusterPipeline. getPipelineMode()
The current state of the pipeline.OpensearchClusterPipeline.PipelineMode
OpensearchClusterPipelineSummary. getPipelineMode()
The current state of the pipeline.static OpensearchClusterPipeline.PipelineMode
OpensearchClusterPipeline.PipelineMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpensearchClusterPipeline.PipelineMode[]
OpensearchClusterPipeline.PipelineMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterPipeline.PipelineMode Modifier and Type Method Description OpensearchClusterPipeline.Builder
OpensearchClusterPipeline.Builder. pipelineMode(OpensearchClusterPipeline.PipelineMode pipelineMode)
The current state of the pipeline.OpensearchClusterPipelineSummary.Builder
OpensearchClusterPipelineSummary.Builder. pipelineMode(OpensearchClusterPipeline.PipelineMode pipelineMode)
The current state of the pipeline.Constructors in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterPipeline.PipelineMode Constructor Description OpensearchClusterPipeline(String id, String displayName, String compartmentId, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, Integer ocpuCount, Integer memoryGB, Integer nodeCount, String pipelineConfigurationBody, String dataPrepperConfigurationBody, String opensearchPipelineFqdn, String opensearchPipelinePrivateIp, OpensearchClusterPipeline.LifecycleState lifecycleState, OpensearchClusterPipeline.PipelineMode pipelineMode, Date timeCreated, Date timeUpdated, List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints, String nsgId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OpensearchClusterPipelineSummary(String id, String displayName, String compartmentId, String vcnId, String subnetId, Integer ocpuCount, Integer memoryGB, Integer nodeCount, String pipelineConfigurationBody, String dataPrepperConfigurationBody, OpensearchClusterPipeline.LifecycleState lifecycleState, OpensearchClusterPipeline.PipelineMode pipelineMode, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-