📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
os_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/os_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: erratum.pyc
a O��f9 � @ 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� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�Erratumz$ Details about the erratum. �SECURITY�BUG�ENHANCEMENT�OTHERc K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new Erratum 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 Erratum. :type name: str :param id: The value to assign to the id property of this Erratum. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Erratum. :type compartment_id: str :param synopsis: The value to assign to the synopsis property of this Erratum. :type synopsis: str :param issued: The value to assign to the issued property of this Erratum. :type issued: str :param description: The value to assign to the description property of this Erratum. :type description: str :param updated: The value to assign to the updated property of this Erratum. :type updated: str :param advisory_type: The value to assign to the advisory_type property of this Erratum. 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 _from: The value to assign to the _from property of this Erratum. :type _from: str :param solution: The value to assign to the solution property of this Erratum. :type solution: str :param references: The value to assign to the references property of this Erratum. :type references: str :param affected_instances: The value to assign to the affected_instances property of this Erratum. :type affected_instances: list[oci.os_management.models.Id] :param related_cves: The value to assign to the related_cves property of this Erratum. :type related_cves: list[str] :param software_sources: The value to assign to the software_sources property of this Erratum. :type software_sources: list[oci.os_management.models.Id] :param packages: The value to assign to the packages property of this Erratum. :type packages: list[oci.os_management.models.SoftwarePackageSummary] �strzlist[Id]z list[str]zlist[SoftwarePackageSummary])�name�id�compartment_id�synopsis�issued�description�updated� advisory_type�_from�solution� references�affected_instances�related_cves�software_sources�packagesr r � compartmentIdr r r r �advisoryType�fromr r �affectedInstances�relatedCves�softwareSourcesr N)� swagger_types� attribute_map�_name�_id�_compartment_id� _synopsis�_issued�_description�_updated�_advisory_type�_Erratum__from� _solution�_references�_affected_instances� _related_cves�_software_sources� _packages)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/erratum.py�__init__ s^ E��zErratum.__init__c C s | j S )z� **[Required]** Gets the name of this Erratum. Advisory name :return: The name of this Erratum. :rtype: str �r# �r2 r4 r4 r5 r � s zErratum.namec C s || _ dS )z� Sets the name of this Erratum. Advisory name :param name: The name of this Erratum. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the id of this Erratum. OCID for the Erratum. :return: The id of this Erratum. :rtype: str �r$ r8 r4 r4 r5 r � s z Erratum.idc C s || _ dS )z� Sets the id of this Erratum. OCID for the Erratum. :param id: The id of this Erratum. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this Erratum. OCID for the Compartment. :return: The compartment_id of this Erratum. :rtype: str �r% r8 r4 r4 r5 r � s zErratum.compartment_idc C s || _ dS )z� Sets the compartment_id of this Erratum. OCID for the Compartment. :param compartment_id: The compartment_id of this Erratum. :type: str Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the synopsis of this Erratum. Summary description of the erratum. :return: The synopsis of this Erratum. :rtype: str �r&