📂 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: installable_package_summary.cpython-39.pyc
a ���ft � @ 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� �Zdd� Z dd� Zdd� ZdS )�InstallablePackageSummaryzH A software package available for install on a managed instance c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new InstallablePackageSummary 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 InstallablePackageSummary. :type display_name: str :param name: The value to assign to the name property of this InstallablePackageSummary. :type name: str :param type: The value to assign to the type property of this InstallablePackageSummary. :type type: str :param version: The value to assign to the version property of this InstallablePackageSummary. :type version: str :param architecture: The value to assign to the architecture property of this InstallablePackageSummary. :type architecture: str :param software_sources: The value to assign to the software_sources property of this InstallablePackageSummary. :type software_sources: list[oci.os_management.models.SoftwareSourceId] �strzlist[SoftwareSourceId])�display_name�name�type�version�architecture�software_sourcesZdisplayNamer r r r ZsoftwareSourcesN)Z swagger_typesZ attribute_map� _display_name�_name�_type�_version� _architecture�_software_sources)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/os_management/models/installable_package_summary.py�__init__ s( � � z"InstallablePackageSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this InstallablePackageSummary. Package name :return: The display_name of this InstallablePackageSummary. :rtype: str �r �r r r r r I s z&InstallablePackageSummary.display_namec C s || _ dS )z� Sets the display_name of this InstallablePackageSummary. Package name :param display_name: The display_name of this InstallablePackageSummary. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the name of this InstallablePackageSummary. Unique identifier for the package. NOTE - This is not an OCID :return: The name of this InstallablePackageSummary. :rtype: str �r r r r r r a s zInstallablePackageSummary.namec C s || _ dS )z� Sets the name of this InstallablePackageSummary. Unique identifier for the package. NOTE - This is not an OCID :param name: The name of this InstallablePackageSummary. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the type of this InstallablePackageSummary. Type of the package :return: The type of this InstallablePackageSummary. :rtype: str �r r r r r r y s zInstallablePackageSummary.typec C s || _ dS )z� Sets the type of this InstallablePackageSummary. Type of the package :param type: The type of this InstallablePackageSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the version of this InstallablePackageSummary. Version of the package :return: The version of this InstallablePackageSummary. :rtype: str �r r r r r r � s z!InstallablePackageSummary.versionc C s || _ dS )z� Sets the version of this InstallablePackageSummary. Version of the package :param version: The version of this InstallablePackageSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the architecture of this InstallablePackageSummary. The architecture for which this package was built :return: The architecture of this InstallablePackageSummary. :rtype: str �r r r r r r � s z&InstallablePackageSummary.architecturec C s || _ dS )z� Sets the architecture of this InstallablePackageSummary. The architecture for which this package was built :param architecture: The architecture of this InstallablePackageSummary. :type: str Nr )r r r r r r � s c C s | j S )a Gets the software_sources of this InstallablePackageSummary. list of software sources that provide the software package :return: The software_sources of this InstallablePackageSummary. :rtype: list[oci.os_management.models.SoftwareSourceId] �r r r r r r � s z*InstallablePackageSummary.software_sourcesc C s || _ dS )a+ Sets the software_sources of this InstallablePackageSummary. list of software sources that provide the software package :param software_sources: The software_sources of this InstallablePackageSummary. :type: list[oci.os_management.models.SoftwareSourceId] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z"InstallablePackageSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z InstallablePackageSummary.__eq__c C s | |k S r r r# r r r �__ne__� s z InstallablePackageSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&