KernelEventData

class oci.os_management_hub.models.KernelEventData(**kwargs)

Bases: object

Information about the kernel event.

Methods

__init__(**kwargs) Initializes a new KernelEventData object with values from keyword arguments.

Attributes

additional_details Gets the additional_details of this KernelEventData.
content [Required] Gets the content of this KernelEventData.
count [Required] Gets the count of this KernelEventData.
event_fingerprint [Required] Gets the event_fingerprint of this KernelEventData.
reason [Required] Gets the reason of this KernelEventData.
time_first_occurred [Required] Gets the time_first_occurred of this KernelEventData.
__init__(**kwargs)

Initializes a new KernelEventData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • content (oci.os_management_hub.models.KernelEventContent) – The value to assign to the content property of this KernelEventData.
  • count (int) – The value to assign to the count property of this KernelEventData.
  • event_fingerprint (str) – The value to assign to the event_fingerprint property of this KernelEventData.
  • reason (str) – The value to assign to the reason property of this KernelEventData.
  • time_first_occurred (datetime) – The value to assign to the time_first_occurred property of this KernelEventData.
  • additional_details (oci.os_management_hub.models.KernelEventAdditionalDetails) – The value to assign to the additional_details property of this KernelEventData.
additional_details

Gets the additional_details of this KernelEventData.

Returns:The additional_details of this KernelEventData.
Return type:oci.os_management_hub.models.KernelEventAdditionalDetails
content

[Required] Gets the content of this KernelEventData.

Returns:The content of this KernelEventData.
Return type:oci.os_management_hub.models.KernelEventContent
count

[Required] Gets the count of this KernelEventData. Number of times the event has occurred.

Returns:The count of this KernelEventData.
Return type:int
event_fingerprint

[Required] Gets the event_fingerprint of this KernelEventData. Fingerprint of the event.

Returns:The event_fingerprint of this KernelEventData.
Return type:str
reason

[Required] Gets the reason of this KernelEventData. Reason for the event.

Returns:The reason of this KernelEventData.
Return type:str
time_first_occurred

[Required] Gets the time_first_occurred of this KernelEventData. The date and time that the event first occurred.

Returns:The time_first_occurred of this KernelEventData.
Return type:datetime