Show / Hide Table of Contents

Class ChangeDrProtectionGroupCompartmentDetails

The details for moving a DR protection group to another compartment.

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

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 which the DR protection group should be moved.
Example: ocid1.compartment.oc1..uniqueID

Remarks

Required

In this article
Back to top