📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: imported_package.cpython-39.pyc
a ���f 7 � @ 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 @ st e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�ImportedPackagez> An imported/instantiated package within an instance. �READY�OPERATION_PENDING�FAILEDc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new ImportedPackage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param oda_instance_id: The value to assign to the oda_instance_id property of this ImportedPackage. :type oda_instance_id: str :param current_package_id: The value to assign to the current_package_id property of this ImportedPackage. :type current_package_id: str :param name: The value to assign to the name property of this ImportedPackage. :type name: str :param display_name: The value to assign to the display_name property of this ImportedPackage. :type display_name: str :param version: The value to assign to the version property of this ImportedPackage. :type version: str :param status: The value to assign to the status property of this ImportedPackage. Allowed values for this property are: "READY", "OPERATION_PENDING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_created: The value to assign to the time_created property of this ImportedPackage. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ImportedPackage. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ImportedPackage. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ImportedPackage. :type defined_tags: dict(str, dict(str, object)) :param status_message: The value to assign to the status_message property of this ImportedPackage. :type status_message: str :param parameter_values: The value to assign to the parameter_values property of this ImportedPackage. :type parameter_values: dict(str, str) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�oda_instance_id�current_package_id�name�display_name�version�status�time_created�time_updated� freeform_tags�defined_tags�status_message�parameter_valuesZ odaInstanceIdZcurrentPackageIdr ZdisplayNamer r ZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ statusMessageZparameterValuesN)Z swagger_typesZ attribute_map�_oda_instance_id�_current_package_id�_name� _display_name�_version�_status� _time_created� _time_updated�_freeform_tags� _defined_tags�_status_message�_parameter_values)�self�kwargs� r% �C/usr/lib/python3.9/site-packages/oci/oda/models/imported_package.py�__init__ sL 9��zImportedPackage.__init__c C s | j S )z� **[Required]** Gets the oda_instance_id of this ImportedPackage. ID of the host instance. :return: The oda_instance_id of this ImportedPackage. :rtype: str �r �r# r% r% r&