Show / Hide Table of Contents

Class UnifiedAgentOpenmetricsTailConfigurationDetails

Unified Agent Openmetrics tail configuration object.

Inheritance
object
UnifiedAgentMonitoringApplicationConfigurationDetails
UnifiedAgentOpenmetricsTailConfigurationDetails
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 UnifiedAgentOpenmetricsTailConfigurationDetails : UnifiedAgentMonitoringApplicationConfigurationDetails

Properties

Destination

Declaration
[Required(ErrorMessage = "Destination is required.")]
[JsonProperty(PropertyName = "destination")]
public UnifiedAgentMonitoringDestination Destination { get; set; }
Property Value
Type Description
UnifiedAgentMonitoringDestination
Remarks

Required

Sources

Declaration
[Required(ErrorMessage = "Sources is required.")]
[JsonProperty(PropertyName = "sources")]
public List<UnifiedAgentTailLogSource> Sources { get; set; }
Property Value
Type Description
List<UnifiedAgentTailLogSource>

Tail log source objects.

Remarks

Required

In this article
Back to top