📂 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: software_package_search_summary.pyc
a O��fU* � @ 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!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�SoftwarePackageSearchSummaryz4 Summary information for a software package �SECURITY�BUG�ENHANCEMENT�OTHERc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aO Initializes a new SoftwarePackageSearchSummary 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 SoftwarePackageSearchSummary. :type display_name: str :param name: The value to assign to the name property of this SoftwarePackageSearchSummary. :type name: str :param type: The value to assign to the type property of this SoftwarePackageSearchSummary. :type type: str :param version: The value to assign to the version property of this SoftwarePackageSearchSummary. :type version: str :param architecture: The value to assign to the architecture property of this SoftwarePackageSearchSummary. :type architecture: str :param summary: The value to assign to the summary property of this SoftwarePackageSearchSummary. :type summary: str :param advisory_type: The value to assign to the advisory_type property of this SoftwarePackageSearchSummary. 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 errata: The value to assign to the errata property of this SoftwarePackageSearchSummary. :type errata: list[oci.os_management.models.Id] :param software_sources: The value to assign to the software_sources property of this SoftwarePackageSearchSummary. :type software_sources: list[oci.os_management.models.SoftwareSourceId] �strzlist[Id]zlist[SoftwareSourceId]) �display_name�name�type�version�architecture�summary� advisory_type�errata�software_sources�displayNamer r r r r �advisoryTyper �softwareSourcesN)� swagger_types� attribute_map� _display_name�_name�_type�_version� _architecture�_summary�_advisory_type�_errata�_software_sources)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/software_package_search_summary.py�__init__ s: -� �z%SoftwarePackageSearchSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this SoftwarePackageSearchSummary. Package name :return: The display_name of this SoftwarePackageSearchSummary. :rtype: str �r �r# r% r% r&