Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
OpensearchPipelineReverseConnectionEndpoint |
OpensearchPipelineReverseConnectionEndpoint.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
OpensearchPipelineReverseConnectionEndpoint.Builder |
OpensearchPipelineReverseConnectionEndpoint.Builder.copy(OpensearchPipelineReverseConnectionEndpoint model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2025. All rights reserved.