📂 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
›
application_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/application_migration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: import_manifest.pyc
a N��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 )�ImportManifestz< Manifest describing details about an import source c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new ImportManifest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this ImportManifest. :type version: str :param export_type: The value to assign to the export_type property of this ImportManifest. :type export_type: str :param export_details: The value to assign to the export_details property of this ImportManifest. :type export_details: object :param timestamp: The value to assign to the timestamp property of this ImportManifest. :type timestamp: datetime :param md5: The value to assign to the md5 property of this ImportManifest. :type md5: str :param signature: The value to assign to the signature property of this ImportManifest. :type signature: str �str�object�datetime)�version�export_type�export_details� timestamp�md5� signaturer � exportType� exportDetailsr r r N)� swagger_types� attribute_map�_version�_export_type�_export_details� _timestamp�_md5� _signature)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/import_manifest.py�__init__ s( � � zImportManifest.__init__c C s | j S )z� Gets the version of this ImportManifest. the version of the export tool that was used to generate the manifest :return: The version of this ImportManifest. :rtype: str �r �r r r r r G s zImportManifest.versionc C s || _ dS )z� Sets the version of this ImportManifest. the version of the export tool that was used to generate the manifest :param version: The version of this ImportManifest. :type: str Nr )r r r r r r S s c C s | j S )z� Gets the export_type of this ImportManifest. the type of application that the export tool was executed against to generate this manifest :return: The export_type of this ImportManifest. :rtype: str �r r r r r r _ s zImportManifest.export_typec C s || _ dS )z� Sets the export_type of this ImportManifest. the type of application that the export tool was executed against to generate this manifest :param export_type: The export_type of this ImportManifest. :type: str Nr! )r r r r r r k s c C s | j S )z� Gets the export_details of this ImportManifest. application specific details as parsed from various sources of the application that was exported :return: The export_details of this ImportManifest. :rtype: object �r r r r r r w s zImportManifest.export_detailsc C s || _ dS )a Sets the export_details of this ImportManifest. application specific details as parsed from various sources of the application that was exported :param export_details: The export_details of this ImportManifest. :type: object Nr"