Class ForcePatchPipelineDetails
force patching a pipeline.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class ForcePatchPipelineDetails
Properties
FlexShape
Declaration
[JsonProperty(PropertyName = "flexShape")]
public string FlexShape { get; set; }
Property Value
Type | Description |
---|---|
string | flex shape name for the instances in the pipeline |
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