Class ChangeOpensearchClusterBackupCompartmentDetails
Details about the compartment that the cluster backup should move to.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class ChangeOpensearchClusterBackupCompartmentDetailsProperties
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 into which the cluster backup should be moved. | 
Remarks
Required