Show / Hide Table of Contents

Class LoggingEventInfo

Information for a logging event for a data source.

Inheritance
object
DataSourceEventInfo
LoggingEventInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class LoggingEventInfo : DataSourceEventInfo

Properties

LogResult

Declaration
[JsonProperty(PropertyName = "logResult")]
public string LogResult { get; set; }
Property Value
Type Description
string

Log result details of DataSource for a Problem

ObservedValue

Declaration
[JsonProperty(PropertyName = "observedValue")]
public string ObservedValue { get; set; }
Property Value
Type Description
string

Observed value of DataSource for a Problem

Operator

Declaration
[JsonProperty(PropertyName = "operator")]
public string Operator { get; set; }
Property Value
Type Description
string

Operator details of DataSource for a Problem

TriggerValue

Declaration
[JsonProperty(PropertyName = "triggerValue")]
public string TriggerValue { get; set; }
Property Value
Type Description
string

Triggered value of DataSource for a Problem

In this article
Back to top