JavaMigrationAnalysis¶
-
class
oci.jms_utils.models.
JavaMigrationAnalysis
(**kwargs)¶ Bases:
object
To use any of the API operations, you must be authorized by an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Methods
__init__
(**kwargs)Initializes a new JavaMigrationAnalysis object with values from keyword arguments. Attributes
analysis_project_name
[Required] Gets the analysis_project_name of this JavaMigrationAnalysis. analysis_result_files
[Required] Gets the analysis_result_files of this JavaMigrationAnalysis. analysis_result_object_storage_path
[Required] Gets the analysis_result_object_storage_path of this JavaMigrationAnalysis. bucket_name
[Required] Gets the bucket_name of this JavaMigrationAnalysis. compartment_id
[Required] Gets the compartment_id of this JavaMigrationAnalysis. created_by
[Required] Gets the created_by of this JavaMigrationAnalysis. id
[Required] Gets the id of this JavaMigrationAnalysis. input_applications_object_storage_paths
[Required] Gets the input_applications_object_storage_paths of this JavaMigrationAnalysis. metadata
Gets the metadata of this JavaMigrationAnalysis. namespace_name
[Required] Gets the namespace_name of this JavaMigrationAnalysis. target_jdk_version
[Required] Gets the target_jdk_version of this JavaMigrationAnalysis. time_created
[Required] Gets the time_created of this JavaMigrationAnalysis. time_finished
[Required] Gets the time_finished of this JavaMigrationAnalysis. time_started
[Required] Gets the time_started of this JavaMigrationAnalysis. work_request_id
[Required] Gets the work_request_id of this JavaMigrationAnalysis. -
__init__
(**kwargs)¶ Initializes a new JavaMigrationAnalysis object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this JavaMigrationAnalysis.
- work_request_id (str) – The value to assign to the work_request_id property of this JavaMigrationAnalysis.
- compartment_id (str) – The value to assign to the compartment_id property of this JavaMigrationAnalysis.
- analysis_project_name (str) – The value to assign to the analysis_project_name property of this JavaMigrationAnalysis.
- input_applications_object_storage_paths (list[str]) – The value to assign to the input_applications_object_storage_paths property of this JavaMigrationAnalysis.
- target_jdk_version (str) – The value to assign to the target_jdk_version property of this JavaMigrationAnalysis.
- namespace_name (str) – The value to assign to the namespace_name property of this JavaMigrationAnalysis.
- bucket_name (str) – The value to assign to the bucket_name property of this JavaMigrationAnalysis.
- analysis_result_object_storage_path (str) – The value to assign to the analysis_result_object_storage_path property of this JavaMigrationAnalysis.
- analysis_result_files (list[str]) – The value to assign to the analysis_result_files property of this JavaMigrationAnalysis.
- time_created (datetime) – The value to assign to the time_created property of this JavaMigrationAnalysis.
- time_started (datetime) – The value to assign to the time_started property of this JavaMigrationAnalysis.
- time_finished (datetime) – The value to assign to the time_finished property of this JavaMigrationAnalysis.
- created_by (oci.jms_utils.models.Principal) – The value to assign to the created_by property of this JavaMigrationAnalysis.
- metadata (str) – The value to assign to the metadata property of this JavaMigrationAnalysis.
-
analysis_project_name
¶ [Required] Gets the analysis_project_name of this JavaMigrationAnalysis. Name of the analysis project.
Returns: The analysis_project_name of this JavaMigrationAnalysis. Return type: str
-
analysis_result_files
¶ [Required] Gets the analysis_result_files of this JavaMigrationAnalysis. The analysis application file names result in the Object Storage.
Returns: The analysis_result_files of this JavaMigrationAnalysis. Return type: list[str]
-
analysis_result_object_storage_path
¶ [Required] Gets the analysis_result_object_storage_path of this JavaMigrationAnalysis. Path to the Object Storage analysis application result.
Returns: The analysis_result_object_storage_path of this JavaMigrationAnalysis. Return type: str
-
bucket_name
¶ [Required] Gets the bucket_name of this JavaMigrationAnalysis. Object storage bucket name.
Returns: The bucket_name of this JavaMigrationAnalysis. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this JavaMigrationAnalysis. The OCID of the compartment.
Returns: The compartment_id of this JavaMigrationAnalysis. Return type: str
-
created_by
¶ [Required] Gets the created_by of this JavaMigrationAnalysis.
Returns: The created_by of this JavaMigrationAnalysis. Return type: oci.jms_utils.models.Principal
-
id
¶ [Required] Gets the id of this JavaMigrationAnalysis. The OCID of the Java Migration Analysis.
Returns: The id of this JavaMigrationAnalysis. Return type: str
-
input_applications_object_storage_paths
¶ [Required] Gets the input_applications_object_storage_paths of this JavaMigrationAnalysis. Object storage paths to the input files applications to be analysed.
Returns: The input_applications_object_storage_paths of this JavaMigrationAnalysis. Return type: list[str]
-
metadata
¶ Gets the metadata of this JavaMigrationAnalysis. Additional info reserved for future use.
Returns: The metadata of this JavaMigrationAnalysis. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this JavaMigrationAnalysis. Object storage namespace.
Returns: The namespace_name of this JavaMigrationAnalysis. Return type: str
-
target_jdk_version
¶ [Required] Gets the target_jdk_version of this JavaMigrationAnalysis. Jdk Version of the Java Migration Analysis target.
Returns: The target_jdk_version of this JavaMigrationAnalysis. Return type: str
-
time_created
¶ [Required] Gets the time_created of this JavaMigrationAnalysis. The date and time the Java Migration Analysis was created, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this JavaMigrationAnalysis. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this JavaMigrationAnalysis. The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_finished of this JavaMigrationAnalysis. Return type: datetime
-