Show / Hide Table of Contents

Class KernelOopsEvent

Information about a Kernel Oops.

Inheritance
object
Event
KernelOopsEvent
Inherited Members
Event.Id
Event.InstanceId
Event.CompartmentId
Event.TenancyId
Event.Summary
Event.Timestamp
Event.EventFingerprint
Event.Count
Event.FreeformTags
Event.DefinedTags
Event.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class KernelOopsEvent : Event

Properties

Content

Declaration
[JsonProperty(PropertyName = "content")]
public EventContent Content { get; set; }
Property Value
Type Description
EventContent

Reason

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

reason of the crash

System

Declaration
[JsonProperty(PropertyName = "system")]
public CrashEventSystemInformation System { get; set; }
Property Value
Type Description
CrashEventSystemInformation

TimeFirstOccurred

Declaration
[JsonProperty(PropertyName = "timeFirstOccurred")]
public DateTime? TimeFirstOccurred { get; set; }
Property Value
Type Description
DateTime?

First occurrence time of the event

Vmcore

Declaration
[JsonProperty(PropertyName = "vmcore")]
public KernelVmCoreInformation Vmcore { get; set; }
Property Value
Type Description
KernelVmCoreInformation
In this article
Back to top