Show / Hide Table of Contents

Class UpdatePipelineStatusDetails

update pipeline status.

Inheritance
object
UpdatePipelineStatusDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class UpdatePipelineStatusDetails

Properties

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
public string LifecycleState { get; set; }
Property Value
Type Description
string

the new status of the OpenSearch Pipeline

Remarks

Required

PipelineId

Declaration
[Required(ErrorMessage = "PipelineId is required.")]
[JsonProperty(PropertyName = "pipelineId")]
public string PipelineId { get; set; }
Property Value
Type Description
string

OCID of the OpenSearch Pipeline.

Remarks

Required

In this article
Back to top