Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipeline.LifecycleState.create(String key) |
OpensearchClusterPipeline.LifecycleState |
OpensearchClusterPipelineSummary.getLifecycleState()
The current state of the cluster backup.
|
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 backup.
|
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 maxOcpuCount,
Integer minOcpuCount,
Integer maxMemoryGB,
Integer minMemoryGB,
String pipelineConfigurationBody,
String opensearchPipelineFqdn,
String opensearchPipelinePrivateIp,
OpensearchClusterPipeline.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
OpensearchClusterPipelineSummary(String id,
String displayName,
String compartmentId,
Integer maxOcpuCount,
Integer minOcpuCount,
Integer maxMemoryGB,
Integer minMemoryGB,
String pipelineConfigurationBody,
Date timeCreated,
Date timeUpdated,
OpensearchClusterPipeline.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.