📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: erratum_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 e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�ErratumSummaryzm Important changes for software. This can include security | advisories, bug fixes, or enhancements. �SECURITY�BUG�ENHANCEMENT�OTHERc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new ErratumSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ErratumSummary. :type name: str :param id: The value to assign to the id property of this ErratumSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ErratumSummary. :type compartment_id: str :param synopsis: The value to assign to the synopsis property of this ErratumSummary. :type synopsis: str :param issued: The value to assign to the issued property of this ErratumSummary. :type issued: str :param updated: The value to assign to the updated property of this ErratumSummary. :type updated: str :param advisory_type: The value to assign to the advisory_type property of this ErratumSummary. 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 advisory_type: str :param related_cves: The value to assign to the related_cves property of this ErratumSummary. :type related_cves: list[str] �strz list[str])�name�id�compartment_id�synopsis�issued�updated� advisory_type�related_cvesr r Z compartmentIdr r r ZadvisoryTypeZrelatedCvesN) Z swagger_typesZ attribute_map�_name�_id�_compartment_id� _synopsis�_issued�_updated�_advisory_type� _related_cves)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/os_management/models/erratum_summary.py�__init__"