📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: installed_package_summary.pyc
a O��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�InstalledPackageSummaryz< A software package installed on a managed instance c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new InstalledPackageSummary 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 InstalledPackageSummary. :type display_name: str :param name: The value to assign to the name property of this InstalledPackageSummary. :type name: str :param type: The value to assign to the type property of this InstalledPackageSummary. :type type: str :param version: The value to assign to the version property of this InstalledPackageSummary. :type version: str :param architecture: The value to assign to the architecture property of this InstalledPackageSummary. :type architecture: str :param install_time: The value to assign to the install_time property of this InstalledPackageSummary. :type install_time: str :param issued: The value to assign to the issued property of this InstalledPackageSummary. :type issued: str :param software_sources: The value to assign to the software_sources property of this InstalledPackageSummary. :type software_sources: list[oci.os_management.models.SoftwareSourceId] �strzlist[SoftwareSourceId])�display_name�name�type�version�architecture�install_time�issued�software_sources�displayNamer r r r �installTimer �softwareSourcesN) � swagger_types� attribute_map� _display_name�_name�_type�_version� _architecture� _install_time�_issued�_software_sources)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/installed_package_summary.py�__init__ s4 '��z InstalledPackageSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this InstalledPackageSummary. Package name :return: The display_name of this InstalledPackageSummary. :rtype: str �r �r r r r r U s z$InstalledPackageSummary.display_namec C s || _ dS )z� Sets the display_name of this InstalledPackageSummary. Package name :param display_name: The display_name of this InstalledPackageSummary. :type: str Nr"