📂 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.cpython-39.pyc
a ���f?9 � @ 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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0� WindowsUpdatez= An update available for a Windows managed instance. �SECURITY�BUG�ENHANCEMENT�OTHER�INSTALLABLE�NOT_INSTALLABLE�UNKNOWN�EULA_ACCEPTANCE_REQUIRED�SOFTWARE_MEDIA_REQUIRED�USER_INTERACTION_REQUIREDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a. Initializes a new WindowsUpdate 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 WindowsUpdate. :type display_name: str :param name: The value to assign to the name property of this WindowsUpdate. :type name: str :param description: The value to assign to the description property of this WindowsUpdate. :type description: str :param update_type: The value to assign to the update_type property of this WindowsUpdate. 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 size_in_bytes: The value to assign to the size_in_bytes property of this WindowsUpdate. :type size_in_bytes: int :param is_eligible_for_installation: The value to assign to the is_eligible_for_installation property of this WindowsUpdate. 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 is_eligible_for_installation: str :param installation_requirements: The value to assign to the installation_requirements property of this WindowsUpdate. Allowed values for items in this list are: "EULA_ACCEPTANCE_REQUIRED", "SOFTWARE_MEDIA_REQUIRED", "USER_INTERACTION_REQUIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type installation_requirements: list[str] :param is_reboot_required_for_installation: The value to assign to the is_reboot_required_for_installation property of this WindowsUpdate. :type is_reboot_required_for_installation: bool :param kb_article_ids: The value to assign to the kb_article_ids property of this WindowsUpdate. :type kb_article_ids: list[str] �str�intz list[str]�bool) �display_name�name�description�update_type� size_in_bytes�is_eligible_for_installation�installation_requirements�#is_reboot_required_for_installation�kb_article_idsZdisplayNamer r Z updateTypeZsizeInBytesZisEligibleForInstallationZinstallationRequirementsZisRebootRequiredForInstallationZkbArticleIdsN)Z swagger_typesZ attribute_map� _display_name�_name�_description�_update_type�_size_in_bytes�_is_eligible_for_installation�_installation_requirements�$_is_reboot_required_for_installation�_kb_article_ids)�self�kwargs� r( �K/usr/lib/python3.9/site-packages/oci/os_management/models/windows_update.py�__init__: s: 1� �zWindowsUpdate.__init__c C s | j S )z� **[Required]** Gets the display_name of this WindowsUpdate. Windows Update name. :return: The display_name of this WindowsUpdate. :rtype: str �r �r&