📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: available_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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�AvailableUpdateSummaryz4 An update available for a managed instance �SECURITY�BUG�ENHANCEMENT�OTHERc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AvailableUpdateSummary 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 AvailableUpdateSummary. :type display_name: str :param name: The value to assign to the name property of this AvailableUpdateSummary. :type name: str :param update_type: The value to assign to the update_type property of this AvailableUpdateSummary. 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 type: The value to assign to the type property of this AvailableUpdateSummary. :type type: str :param installed_version: The value to assign to the installed_version property of this AvailableUpdateSummary. :type installed_version: str :param available_version: The value to assign to the available_version property of this AvailableUpdateSummary. :type available_version: str :param architecture: The value to assign to the architecture property of this AvailableUpdateSummary. :type architecture: str :param errata: The value to assign to the errata property of this AvailableUpdateSummary. :type errata: list[oci.os_management.models.Id] :param related_cves: The value to assign to the related_cves property of this AvailableUpdateSummary. :type related_cves: list[str] :param software_sources: The value to assign to the software_sources property of this AvailableUpdateSummary. :type software_sources: list[oci.os_management.models.SoftwareSourceId] �strzlist[Id]z list[str]zlist[SoftwareSourceId]) �display_name�name�update_type�type�installed_version�available_version�architecture�errata�related_cves�software_sourcesZdisplayNamer Z updateTyper ZinstalledVersionZavailableVersionr r ZrelatedCvesZsoftwareSourcesN)Z swagger_typesZ attribute_map� _display_name�_name�_update_type�_type�_installed_version�_available_version� _architecture�_errata� _related_cves�_software_sources)�self�kwargs� r"