📂 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: installed_package_summary.cpython-39.opt-1.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 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_sourcesZdisplayNamer r r r ZinstallTimer ZsoftwareSourcesN) Z swagger_typesZ attribute_map� _display_name�_name�_type�_version� _architecture� _install_time�_issued�_software_sources)�self�kwargs� r �V/usr/lib/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 W 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 )r r r r r r c s c C s | j S )z� **[Required]** Gets the name of this InstalledPackageSummary. Unique identifier for the package. NOTE - This is not an OCID :return: The name of this InstalledPackageSummary. :rtype: str �r r r r r r o s zInstalledPackageSummary.namec C s || _ dS )z� Sets the name of this InstalledPackageSummary. Unique identifier for the package. NOTE - This is not an OCID :param name: The name of this InstalledPackageSummary. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the type of this InstalledPackageSummary. Type of the package :return: The type of this InstalledPackageSummary. :rtype: str �r r r r r r � s zInstalledPackageSummary.typec C s || _ dS )z� Sets the type of this InstalledPackageSummary. Type of the package :param type: The type of this InstalledPackageSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the version of this InstalledPackageSummary. Version of the installed package :return: The version of this InstalledPackageSummary. :rtype: str �r r r r r r � s zInstalledPackageSummary.versionc C s || _ dS )z� Sets the version of this InstalledPackageSummary. Version of the installed package :param version: The version of this InstalledPackageSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the architecture of this InstalledPackageSummary. The architecture for which this package was built :return: The architecture of this InstalledPackageSummary. :rtype: str �r r r r r r � s z$InstalledPackageSummary.architecturec C s || _ dS )z� Sets the architecture of this InstalledPackageSummary. The architecture for which this package was built :param architecture: The architecture of this InstalledPackageSummary. :type: str Nr"