Uses of Class
com.oracle.bmc.opensearch.model.OpensearchPipelineReverseConnectionEndpoint
-
Packages that use OpensearchPipelineReverseConnectionEndpoint Package Description com.oracle.bmc.opensearch.model -
-
Uses of OpensearchPipelineReverseConnectionEndpoint in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OpensearchPipelineReverseConnectionEndpoint Modifier and Type Method Description OpensearchPipelineReverseConnectionEndpoint
OpensearchPipelineReverseConnectionEndpoint.Builder. build()
Methods in com.oracle.bmc.opensearch.model that return types with arguments of type OpensearchPipelineReverseConnectionEndpoint Modifier and Type Method Description List<OpensearchPipelineReverseConnectionEndpoint>
CreateOpensearchClusterPipelineDetails. getReverseConnectionEndpoints()
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.List<OpensearchPipelineReverseConnectionEndpoint>
OpensearchClusterPipeline. getReverseConnectionEndpoints()
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.List<OpensearchPipelineReverseConnectionEndpoint>
UpdateOpensearchClusterPipelineDetails. getReverseConnectionEndpoints()
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.Methods in com.oracle.bmc.opensearch.model with parameters of type OpensearchPipelineReverseConnectionEndpoint Modifier and Type Method Description OpensearchPipelineReverseConnectionEndpoint.Builder
OpensearchPipelineReverseConnectionEndpoint.Builder. copy(OpensearchPipelineReverseConnectionEndpoint model)
Method parameters in com.oracle.bmc.opensearch.model with type arguments of type OpensearchPipelineReverseConnectionEndpoint Modifier and Type Method Description CreateOpensearchClusterPipelineDetails.Builder
CreateOpensearchClusterPipelineDetails.Builder. reverseConnectionEndpoints(List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints)
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.OpensearchClusterPipeline.Builder
OpensearchClusterPipeline.Builder. reverseConnectionEndpoints(List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints)
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.UpdateOpensearchClusterPipelineDetails.Builder
UpdateOpensearchClusterPipelineDetails.Builder. reverseConnectionEndpoints(List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints)
The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.Constructor parameters in com.oracle.bmc.opensearch.model with type arguments of type OpensearchPipelineReverseConnectionEndpoint Constructor Description CreateOpensearchClusterPipelineDetails(String displayName, Integer ocpuCount, Integer memoryGB, Integer nodeCount, String pipelineConfigurationBody, String dataPrepperConfigurationBody, String compartmentId, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, String nsgId, List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.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.UpdateOpensearchClusterPipelineDetails(String displayName, Integer ocpuCount, Integer memoryGB, Integer nodeCount, String pipelineConfigurationBody, String dataPrepperConfigurationBody, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, String nsgId, List<OpensearchPipelineReverseConnectionEndpoint> reverseConnectionEndpoints, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-