Class UpdatePipelineStatusDetails
update pipeline status.
Inherited Members
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