Class UnifiedAgentLoggingConfiguration
Unified Agent logging service configuration object.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentLoggingConfiguration : UnifiedAgentServiceConfigurationDetailsProperties
Destination
Declaration
[Required(ErrorMessage = "Destination is required.")]
[JsonProperty(PropertyName = "destination")]
public UnifiedAgentLoggingDestination Destination { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedAgentLoggingDestination | 
Remarks
Required
Filter
Declaration
[JsonProperty(PropertyName = "filter")]
public List<UnifiedAgentLoggingFilter> Filter { get; set; }Property Value
| Type | Description | 
|---|---|
| List<UnifiedAgentLoggingFilter> | Logging filter object. | 
Sources
Declaration
[Required(ErrorMessage = "Sources is required.")]
[JsonProperty(PropertyName = "sources")]
public List<UnifiedAgentLoggingSource> Sources { get; set; }Property Value
| Type | Description | 
|---|---|
| List<UnifiedAgentLoggingSource> | Logging source object. | 
Remarks
Required