Class ForcePatchClusterDetails
force patching a cluster.
Inherited Members
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 |