Class ChangeOciCacheBackupCompartmentDetails
The OCI Cache backup information to move it a different compartment.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class ChangeOciCacheBackupCompartmentDetails
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 into which the backup should be moved. |
Remarks
Required