📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: crash_event_system_information.cpython-39.opt-1.pyc
a ���fR+ � @ 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 ZkspliceEffectiveKernelVersionZosFamilyZosNameZosKernelReleaseZosKernelVersionZosSystemVersionN) Z swagger_typesZ attribute_map� _architecture�!_ksplice_effective_kernel_version� _os_family�_os_name�_os_kernel_release�_os_kernel_version�_os_system_version)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/os_management/models/crash_event_system_information.py�__init__2 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 r r r! r t s z(CrashEventSystemInformation.architecturec C s g d�}t ||�sd}|| _dS )z� Sets the architecture of this CrashEventSystemInformation. system architecture :param architecture: The architecture of this CrashEventSystemInformation. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r! r � s c C s | j S )a Gets the ksplice_effective_kernel_version of this CrashEventSystemInformation. Active ksplice kernel version (uptrack-uname -r) :return: The ksplice_effective_kernel_version of this CrashEventSystemInformation. :rtype: str �r r# r r r! r � s z<CrashEventSystemInformation.ksplice_effective_kernel_versionc C s || _ dS )a) Sets the ksplice_effective_kernel_version of this CrashEventSystemInformation. Active ksplice kernel version (uptrack-uname -r) :param ksplice_effective_kernel_version: The ksplice_effective_kernel_version of this CrashEventSystemInformation. :type: str Nr&