📂 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: windows_update_summary.cpython-39.pyc
a ���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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�WindowsUpdateSummaryz= An update available for a Windows managed instance. �SECURITY�BUG�ENHANCEMENT�OTHER�INSTALLABLE�NOT_INSTALLABLE�UNKNOWNc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new WindowsUpdateSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this WindowsUpdateSummary. :type display_name: str :param name: The value to assign to the name property of this WindowsUpdateSummary. :type name: str :param update_type: The value to assign to the update_type property of this WindowsUpdateSummary. Allowed values for this property are: "SECURITY", "BUG", "ENHANCEMENT", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_type: str :param installable: The value to assign to the installable property of this WindowsUpdateSummary. Allowed values for this property are: "INSTALLABLE", "NOT_INSTALLABLE", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type installable: str :param is_reboot_required_for_installation: The value to assign to the is_reboot_required_for_installation property of this WindowsUpdateSummary. :type is_reboot_required_for_installation: bool �str�bool)�display_name�name�update_type�installable�#is_reboot_required_for_installationZdisplayNamer Z updateTyper ZisRebootRequiredForInstallationN)Z swagger_typesZ attribute_map� _display_name�_name�_update_type�_installable�$_is_reboot_required_for_installation)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/os_management/models/windows_update_summary.py�__init__. s"