Show / Hide Table of Contents

Class UnifiedAgentUrlConfigurationDetails

Unified Agent scrape URL configuration object.

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

Properties

Destination

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

Required

Filter

Declaration
[JsonProperty(PropertyName = "filter")]
public UnifiedAgentUrlFilter Filter { get; set; }
Property Value
Type Description
UnifiedAgentUrlFilter

Source

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

Required

In this article
Back to top