📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: java_migration_analysis_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 )�JavaMigrationAnalysisTargetz� The target describes the input data for Java migration analysis. A target contains a managed instance, application Installation Key, sourceJdkVersion, targetJdkVersion and optional excludePackagePrefixes. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new JavaMigrationAnalysisTarget 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 JavaMigrationAnalysisTarget. :type managed_instance_id: str :param application_installation_key: The value to assign to the application_installation_key property of this JavaMigrationAnalysisTarget. :type application_installation_key: str :param source_jdk_version: The value to assign to the source_jdk_version property of this JavaMigrationAnalysisTarget. :type source_jdk_version: str :param target_jdk_version: The value to assign to the target_jdk_version property of this JavaMigrationAnalysisTarget. :type target_jdk_version: str :param exclude_package_prefixes: The value to assign to the exclude_package_prefixes property of this JavaMigrationAnalysisTarget. :type exclude_package_prefixes: list[str] �strz list[str])�managed_instance_id�application_installation_key�source_jdk_version�target_jdk_version�exclude_package_prefixesZmanagedInstanceIdZapplicationInstallationKeyZsourceJdkVersionZtargetJdkVersionZexcludePackagePrefixesN)Z swagger_typesZ attribute_map�_managed_instance_id�_application_installation_key�_source_jdk_version�_target_jdk_version�_exclude_package_prefixes)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/jms/models/java_migration_analysis_target.py�__init__ s"