Show / Hide Table of Contents

Class KernelVmCoreInformation

VMcore information.

Inheritance
object
KernelVmCoreInformation
Inherited Members
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 KernelVmCoreInformation

Properties

Backtrace

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

Crash backtrace.

Component

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

Kernel module responsible of the crash.

In this article
Back to top