Show / Hide Table of Contents

Class UnifiedAgentLoggingDestination

Logging destination object.

Inheritance
object
UnifiedAgentLoggingDestination
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 UnifiedAgentLoggingDestination

Properties

LogObjectId

Declaration
[Required(ErrorMessage = "LogObjectId is required.")]
[JsonProperty(PropertyName = "logObjectId")]
public string LogObjectId { get; set; }
Property Value
Type Description
string

The OCID of the resource.

Remarks

Required

OperationalMetricsConfiguration

Declaration
[JsonProperty(PropertyName = "operationalMetricsConfiguration")]
public OperationalMetricsConfiguration OperationalMetricsConfiguration { get; set; }
Property Value
Type Description
OperationalMetricsConfiguration
In this article
Back to top