Class ChangePrivateEndpointCompartmentDetails
Compartment details for moving a private endpoint.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ChangePrivateEndpointCompartmentDetails
  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 private endpoint to.  | 
      
Remarks
Required