Show / Hide Table of Contents

Class ChangeReplicationCompartmentDetails

Details for changing the compartment of both replication and replication target.

Inheritance
object
ChangeReplicationCompartmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ChangeReplicationCompartmentDetails

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 to move the replication to. Also changes the replication target's compartment in the target region.

Remarks

Required

In this article
Back to top