ruạṛ
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"