Show / Hide Table of Contents

Class ChangeRemediationRunCompartmentDetails

Details for moving remediation run resources.

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

Properties

CompartmentId

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

The compartment Oracle Cloud Identifier (OCID) to which the resource must be moved.

Remarks

Required

In this article
Back to top