Show / Hide Table of Contents

Class ChangeUnifiedAgentConfigurationCompartmentDetails

Contains details indicating which compartment the resource should move to.

Inheritance
object
ChangeUnifiedAgentConfigurationCompartmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top