Class RestoreOpensearchClusterDetails
Information about the OpenSearch cluster backup to restore.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class RestoreOpensearchClusterDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment where the cluster backup is located. | 
Remarks
Required
OpensearchClusterBackupId
Declaration
[Required(ErrorMessage = "OpensearchClusterBackupId is required.")]
[JsonProperty(PropertyName = "opensearchClusterBackupId")]
public string OpensearchClusterBackupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the cluster backup to restore. | 
Remarks
Required
Prefix
Declaration
[JsonProperty(PropertyName = "prefix")]
public string Prefix { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The prefix for the indices in the cluster backup. |