📂 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
›
jms
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deployed_application_migration_analyses_target.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� �Zdd� Zdd� Z dd� ZdS )�*DeployedApplicationMigrationAnalysesTargetz� The target describes the input data for deployed Java migration analyses. A target contains a managed instance, deployed application installation Key, sourceJdkVersion, targetJdkVersion and optional excludePackagePrefixes. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new DeployedApplicationMigrationAnalysesTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param managed_instance_id: The value to assign to the managed_instance_id property of this DeployedApplicationMigrationAnalysesTarget. :type managed_instance_id: str :param deployed_application_installation_key: The value to assign to the deployed_application_installation_key property of this DeployedApplicationMigrationAnalysesTarget. :type deployed_application_installation_key: str :param source_jdk_version: The value to assign to the source_jdk_version property of this DeployedApplicationMigrationAnalysesTarget. :type source_jdk_version: str :param target_jdk_version: The value to assign to the target_jdk_version property of this DeployedApplicationMigrationAnalysesTarget. :type target_jdk_version: str :param exclude_package_prefixes: The value to assign to the exclude_package_prefixes property of this DeployedApplicationMigrationAnalysesTarget. :type exclude_package_prefixes: list[str] �strz list[str])�managed_instance_id�%deployed_application_installation_key�source_jdk_version�target_jdk_version�exclude_package_prefixesZmanagedInstanceIdZ"deployedApplicationInstallationKeyZsourceJdkVersionZtargetJdkVersionZexcludePackagePrefixesN)Z swagger_typesZ attribute_map�_managed_instance_id�&_deployed_application_installation_key�_source_jdk_version�_target_jdk_version�_exclude_package_prefixes)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/jms/models/deployed_application_migration_analyses_target.py�__init__ s"