Show / Hide Table of Contents

Class OperationalMetricsConfiguration

Unified monitoring agent operational metrics configuration object.

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

Properties

Destination

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

Required

Source

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

Required

In this article
Back to top