Class KernelOopsEvent
Information about a Kernel Oops.
Inheritance
KernelOopsEvent
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class KernelOopsEvent : Event
Properties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public EventContent Content { get; set; }
Property Value
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
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