Show / Hide Table of Contents

Class RestoreOpensearchClusterDetails

Information about the OpenSearch cluster backup to restore.

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

Properties

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.

In this article
Back to top