Package | Description |
---|---|
com.oracle.bmc.opensearch | |
com.oracle.bmc.opensearch.model | |
com.oracle.bmc.opensearch.requests |
Modifier and Type | Method and Description |
---|---|
static OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipeline.LifecycleState.create(String key) |
OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipelineSummary.getLifecycleState()
The current state of the cluster pipeline.
|
OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipeline.getLifecycleState()
The current state of the cluster backup.
|
static OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipeline.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpensearchClusterPipeline.LifecycleState[] |
OpensearchClusterPipeline.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpensearchClusterPipelineSummary.Builder |
OpensearchClusterPipelineSummary.Builder.lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
The current state of the cluster pipeline.
|
OpensearchClusterPipeline.Builder |
OpensearchClusterPipeline.Builder.lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
The current state of the cluster backup.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OpensearchClusterPipeline.LifecycleState |
ListOpensearchClusterPipelinesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListOpensearchClusterPipelinesRequest.Builder |
ListOpensearchClusterPipelinesRequest.Builder.lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2025. All rights reserved.