Show / Hide Table of Contents

Class ForcePatchPipelineDetails

force patching a pipeline.

Inheritance
object
ForcePatchPipelineDetails
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 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

In this article
Back to top