Class UpdateClusterHardenedImageDetails
Information about the cluster's hardened image.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class UpdateClusterHardenedImageDetailsProperties
ClusterId
Declaration
[Required(ErrorMessage = "ClusterId is required.")]
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the OpenSearch cluster. | 
Remarks
Required