📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: installed_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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�InstalledWindowsUpdateSummaryzE A Windows update installed on the Windows managed instance. �SECURITY�BUG�ENHANCEMENT�OTHERc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ay Initializes a new InstalledWindowsUpdateSummary 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 InstalledWindowsUpdateSummary. :type display_name: str :param name: The value to assign to the name property of this InstalledWindowsUpdateSummary. :type name: str :param update_type: The value to assign to the update_type property of this InstalledWindowsUpdateSummary. 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 �str)�display_name�name�update_typeZdisplayNamer Z updateTypeN)Z swagger_typesZ attribute_map� _display_name�_name�_update_type)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/os_management/models/installed_windows_update_summary.py�__init__"