Show / Hide Table of Contents

Class RestoreOpensearchClusterBackupDetails

Information about the source OpenSearch cluster to restore the cluster backup from.

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

Properties

ClusterId

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

The name of the source OpenSearch cluster for the cluster backup.

Remarks

Required

In this article
Back to top