KernelEventAdditionalDetails¶
-
class
oci.os_management_hub.models.
KernelEventAdditionalDetails
(**kwargs)¶ Bases:
object
Provides additional information about the kernel event.
Methods
__init__
(**kwargs)Initializes a new KernelEventAdditionalDetails object with values from keyword arguments. Attributes
vmcore
[Required] Gets the vmcore of this KernelEventAdditionalDetails. -
__init__
(**kwargs)¶ Initializes a new KernelEventAdditionalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: vmcore (oci.os_management_hub.models.VmcoreDetails) – The value to assign to the vmcore property of this KernelEventAdditionalDetails.
-
vmcore
¶ [Required] Gets the vmcore of this KernelEventAdditionalDetails.
Returns: The vmcore of this KernelEventAdditionalDetails. Return type: oci.os_management_hub.models.VmcoreDetails
-