Show / Hide Table of Contents

Class KernelEventAdditionalDetails

Provides additional information about the kernel event.

Inheritance
object
KernelEventAdditionalDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class KernelEventAdditionalDetails

Properties

Vmcore

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

Required

In this article
Back to top