Class ChangeInstanceCompartmentDetails
The configuration details for the move operation.
Inherited Members
Namespace: Oci.DdfsService.Models
Assembly: OCI.DotNetSDK.Ddfs.dll
Syntax
public class ChangeInstanceCompartmentDetails
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 Instance to. |
Remarks
Required