CrashEventSystemInformation

class oci.os_management.models.CrashEventSystemInformation(**kwargs)

Bases: object

Detailed information about system at the time of the crash.

Attributes

ARCHITECTURE_AARCH64 A constant which can be used with the architecture property of a CrashEventSystemInformation.
ARCHITECTURE_AMD64_DEBIAN A constant which can be used with the architecture property of a CrashEventSystemInformation.
ARCHITECTURE_IA_32 A constant which can be used with the architecture property of a CrashEventSystemInformation.
ARCHITECTURE_SPARC A constant which can be used with the architecture property of a CrashEventSystemInformation.
ARCHITECTURE_X86_64 A constant which can be used with the architecture property of a CrashEventSystemInformation.
OS_FAMILY_ALL A constant which can be used with the os_family property of a CrashEventSystemInformation.
OS_FAMILY_LINUX A constant which can be used with the os_family property of a CrashEventSystemInformation.
OS_FAMILY_WINDOWS A constant which can be used with the os_family property of a CrashEventSystemInformation.
architecture Gets the architecture of this CrashEventSystemInformation.
ksplice_effective_kernel_version Gets the ksplice_effective_kernel_version of this CrashEventSystemInformation.
os_family Gets the os_family of this CrashEventSystemInformation.
os_kernel_release Gets the os_kernel_release of this CrashEventSystemInformation.
os_kernel_version Gets the os_kernel_version of this CrashEventSystemInformation.
os_name Gets the os_name of this CrashEventSystemInformation.
os_system_version Gets the os_system_version of this CrashEventSystemInformation.

Methods

__init__(**kwargs) Initializes a new CrashEventSystemInformation object with values from keyword arguments.
ARCHITECTURE_AARCH64 = 'AARCH64'

A constant which can be used with the architecture property of a CrashEventSystemInformation. This constant has a value of “AARCH64”

ARCHITECTURE_AMD64_DEBIAN = 'AMD64_DEBIAN'

A constant which can be used with the architecture property of a CrashEventSystemInformation. This constant has a value of “AMD64_DEBIAN”

ARCHITECTURE_IA_32 = 'IA_32'

A constant which can be used with the architecture property of a CrashEventSystemInformation. This constant has a value of “IA_32”

ARCHITECTURE_SPARC = 'SPARC'

A constant which can be used with the architecture property of a CrashEventSystemInformation. This constant has a value of “SPARC”

ARCHITECTURE_X86_64 = 'X86_64'

A constant which can be used with the architecture property of a CrashEventSystemInformation. This constant has a value of “X86_64”

OS_FAMILY_ALL = 'ALL'

A constant which can be used with the os_family property of a CrashEventSystemInformation. This constant has a value of “ALL”

OS_FAMILY_LINUX = 'LINUX'

A constant which can be used with the os_family property of a CrashEventSystemInformation. This constant has a value of “LINUX”

OS_FAMILY_WINDOWS = 'WINDOWS'

A constant which can be used with the os_family property of a CrashEventSystemInformation. This constant has a value of “WINDOWS”

__init__(**kwargs)

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

Parameters:
  • architecture (str) – The value to assign to the architecture property of this CrashEventSystemInformation. Allowed values for this property are: “IA_32”, “X86_64”, “AARCH64”, “SPARC”, “AMD64_DEBIAN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • ksplice_effective_kernel_version (str) – The value to assign to the ksplice_effective_kernel_version property of this CrashEventSystemInformation.
  • os_family (str) – The value to assign to the os_family property of this CrashEventSystemInformation. Allowed values for this property are: “LINUX”, “WINDOWS”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • os_name (str) – The value to assign to the os_name property of this CrashEventSystemInformation.
  • os_kernel_release (str) – The value to assign to the os_kernel_release property of this CrashEventSystemInformation.
  • os_kernel_version (str) – The value to assign to the os_kernel_version property of this CrashEventSystemInformation.
  • os_system_version (str) – The value to assign to the os_system_version property of this CrashEventSystemInformation.
architecture

Gets the architecture of this CrashEventSystemInformation. system architecture

Allowed values for this property are: “IA_32”, “X86_64”, “AARCH64”, “SPARC”, “AMD64_DEBIAN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The architecture of this CrashEventSystemInformation.
Return type:str
ksplice_effective_kernel_version

Gets the ksplice_effective_kernel_version of this CrashEventSystemInformation. Active ksplice kernel version (uptrack-uname -r)

Returns:The ksplice_effective_kernel_version of this CrashEventSystemInformation.
Return type:str
os_family

Gets the os_family of this CrashEventSystemInformation. The Operating System type of the managed instance.

Allowed values for this property are: “LINUX”, “WINDOWS”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The os_family of this CrashEventSystemInformation.
Return type:str
os_kernel_release

Gets the os_kernel_release of this CrashEventSystemInformation. Operating System Kernel Release (uname -v)

Returns:The os_kernel_release of this CrashEventSystemInformation.
Return type:str
os_kernel_version

Gets the os_kernel_version of this CrashEventSystemInformation. Operating System Kernel Version (uname -r)

Returns:The os_kernel_version of this CrashEventSystemInformation.
Return type:str
os_name

Gets the os_name of this CrashEventSystemInformation. Operating System Name (OCA value)

Returns:The os_name of this CrashEventSystemInformation.
Return type:str
os_system_version

Gets the os_system_version of this CrashEventSystemInformation. Version of the OS (VERSION from /etc/os-release)

Returns:The os_system_version of this CrashEventSystemInformation.
Return type:str