Class ChangeKafkaClusterCompartmentDetails
The configuration details for the move operation.
Inherited Members
Namespace: Oci.ManagedkafkaService.Models
Assembly: OCI.DotNetSDK.Managedkafka.dll
Syntax
public class ChangeKafkaClusterCompartmentDetailsProperties
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 KafkaCluster to. | 
Remarks
Required