📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
os_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/os_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: crash_event_system_information.pyc
a O��f�* � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�CrashEventSystemInformationzE Detailed information about system at the time of the crash. �IA_32�X86_64�AARCH64�SPARC�AMD64_DEBIAN�LINUX�WINDOWS�ALLc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a. Initializes a new CrashEventSystemInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param architecture: 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'. :type architecture: str :param ksplice_effective_kernel_version: The value to assign to the ksplice_effective_kernel_version property of this CrashEventSystemInformation. :type ksplice_effective_kernel_version: str :param os_family: 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'. :type os_family: str :param os_name: The value to assign to the os_name property of this CrashEventSystemInformation. :type os_name: str :param os_kernel_release: The value to assign to the os_kernel_release property of this CrashEventSystemInformation. :type os_kernel_release: str :param os_kernel_version: The value to assign to the os_kernel_version property of this CrashEventSystemInformation. :type os_kernel_version: str :param os_system_version: The value to assign to the os_system_version property of this CrashEventSystemInformation. :type os_system_version: str �str)�architecture� ksplice_effective_kernel_version� os_family�os_name�os_kernel_release�os_kernel_version�os_system_versionr �kspliceEffectiveKernelVersion�osFamily�osName�osKernelRelease�osKernelVersion�osSystemVersionN) � swagger_types� attribute_map� _architecture�!_ksplice_effective_kernel_version� _os_family�_os_name�_os_kernel_release�_os_kernel_version�_os_system_version)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/crash_event_system_information.py�__init__0 s. '�� z$CrashEventSystemInformation.__init__c C s | j S )a� 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'. :return: The architecture of this CrashEventSystemInformation. :rtype: str )r �r&