KernelVmCoreInformation¶
-
class
oci.os_management.models.
KernelVmCoreInformation
(**kwargs)¶ Bases:
object
VMcore information.
Methods
__init__
(**kwargs)Initializes a new KernelVmCoreInformation object with values from keyword arguments. Attributes
backtrace
Gets the backtrace of this KernelVmCoreInformation. component
Gets the component of this KernelVmCoreInformation. -
__init__
(**kwargs)¶ Initializes a new KernelVmCoreInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - component (str) – The value to assign to the component property of this KernelVmCoreInformation.
- backtrace (str) – The value to assign to the backtrace property of this KernelVmCoreInformation.
-
backtrace
¶ Gets the backtrace of this KernelVmCoreInformation. Crash backtrace.
Returns: The backtrace of this KernelVmCoreInformation. Return type: str
-
component
¶ Gets the component of this KernelVmCoreInformation. Kernel module responsible of the crash.
Returns: The component of this KernelVmCoreInformation. Return type: str
-