Class ChangeUnifiedAgentConfigurationCompartmentDetails
Contains details indicating which compartment the resource should move to.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class ChangeUnifiedAgentConfigurationCompartmentDetails
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID the compartment into which the resource should be moved. |