Show / Hide Table of Contents

Class ForcePatchClusterDetails

force patching a cluster.

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

Properties

ClusterId

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

OCID of the Opensearch Cluster.

Remarks

Required

FlexShape

Declaration
[JsonProperty(PropertyName = "flexShape")]
public string FlexShape { get; set; }
Property Value
Type Description
string

flex shape name for the instances in the cluster

In this article
Back to top