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