Uses of Class
com.oracle.bmc.opensearch.model.OpensearchClusterPipeline.LifecycleState
-
Packages that use OpensearchClusterPipeline.LifecycleState Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.model com.oracle.bmc.opensearch.requests -
-
Uses of OpensearchClusterPipeline.LifecycleState in com.oracle.bmc.opensearch
-
Uses of OpensearchClusterPipeline.LifecycleState in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OpensearchClusterPipeline.LifecycleState Modifier and Type Method Description static OpensearchClusterPipeline.LifecycleState
OpensearchClusterPipeline.LifecycleState. create(String key)
OpensearchClusterPipeline.LifecycleState
OpensearchClusterPipeline. getLifecycleState()
The current state of the cluster backup.OpensearchClusterPipeline.LifecycleState
OpensearchClusterPipelineSummary. getLifecycleState()
The current state of the cluster pipeline.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.Methods in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterPipeline.LifecycleState Modifier and Type Method Description OpensearchClusterPipeline.Builder
OpensearchClusterPipeline.Builder. lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
The current state of the cluster backup.OpensearchClusterPipelineSummary.Builder
OpensearchClusterPipelineSummary.Builder. lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
The current state of the cluster pipeline.Constructors in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterPipeline.LifecycleState 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. -
Uses of OpensearchClusterPipeline.LifecycleState in com.oracle.bmc.opensearch.requests
Methods in com.oracle.bmc.opensearch.requests that return OpensearchClusterPipeline.LifecycleState Modifier and Type Method Description OpensearchClusterPipeline.LifecycleState
ListOpensearchClusterPipelinesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.opensearch.requests with parameters of type OpensearchClusterPipeline.LifecycleState Modifier and Type Method Description ListOpensearchClusterPipelinesRequest.Builder
ListOpensearchClusterPipelinesRequest.Builder. lifecycleState(OpensearchClusterPipeline.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-