Class ChangeApiPlatformInstanceCompartmentDetails
The configuration details for the move operation
Inherited Members
Namespace: Oci.ApiplatformService.Models
Assembly: OCI.DotNetSDK.Apiplatform.dll
Syntax
public class ChangeApiPlatformInstanceCompartmentDetailsProperties
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