📂 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: installable_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� �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_sources�displayNamer r r r �softwareSourcesN)� swagger_types� attribute_map� _display_name�_name�_type�_version� _architecture�_software_sources)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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 S 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 _ 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 k 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 w 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"