JavaMigrationAnalysisSummary¶
-
class
oci.jms_utils.models.
JavaMigrationAnalysisSummary
(**kwargs)¶ Bases:
object
Summary information about a Java Migration Analysis.
Methods
__init__
(**kwargs)Initializes a new JavaMigrationAnalysisSummary object with values from keyword arguments. Attributes
analysis_project_name
[Required] Gets the analysis_project_name of this JavaMigrationAnalysisSummary. analysis_result_files
[Required] Gets the analysis_result_files of this JavaMigrationAnalysisSummary. analysis_result_object_storage_path
[Required] Gets the analysis_result_object_storage_path of this JavaMigrationAnalysisSummary. bucket_name
[Required] Gets the bucket_name of this JavaMigrationAnalysisSummary. compartment_id
[Required] Gets the compartment_id of this JavaMigrationAnalysisSummary. created_by
[Required] Gets the created_by of this JavaMigrationAnalysisSummary. id
[Required] Gets the id of this JavaMigrationAnalysisSummary. input_applications_object_storage_paths
[Required] Gets the input_applications_object_storage_paths of this JavaMigrationAnalysisSummary. metadata
Gets the metadata of this JavaMigrationAnalysisSummary. namespace_name
[Required] Gets the namespace_name of this JavaMigrationAnalysisSummary. target_jdk_version
[Required] Gets the target_jdk_version of this JavaMigrationAnalysisSummary. time_created
[Required] Gets the time_created of this JavaMigrationAnalysisSummary. time_finished
[Required] Gets the time_finished of this JavaMigrationAnalysisSummary. time_started
[Required] Gets the time_started of this JavaMigrationAnalysisSummary. work_request_id
[Required] Gets the work_request_id of this JavaMigrationAnalysisSummary. -
__init__
(**kwargs)¶ Initializes a new JavaMigrationAnalysisSummary 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 JavaMigrationAnalysisSummary.
- work_request_id (str) – The value to assign to the work_request_id property of this JavaMigrationAnalysisSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this JavaMigrationAnalysisSummary.
- analysis_project_name (str) – The value to assign to the analysis_project_name property of this JavaMigrationAnalysisSummary.
- input_applications_object_storage_paths (list[str]) – The value to assign to the input_applications_object_storage_paths property of this JavaMigrationAnalysisSummary.
- target_jdk_version (str) – The value to assign to the target_jdk_version property of this JavaMigrationAnalysisSummary.
- namespace_name (str) – The value to assign to the namespace_name property of this JavaMigrationAnalysisSummary.
- bucket_name (str) – The value to assign to the bucket_name property of this JavaMigrationAnalysisSummary.
- analysis_result_object_storage_path (str) – The value to assign to the analysis_result_object_storage_path property of this JavaMigrationAnalysisSummary.
- analysis_result_files (list[str]) – The value to assign to the analysis_result_files property of this JavaMigrationAnalysisSummary.
- time_created (datetime) – The value to assign to the time_created property of this JavaMigrationAnalysisSummary.
- time_started (datetime) – The value to assign to the time_started property of this JavaMigrationAnalysisSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this JavaMigrationAnalysisSummary.
- created_by (oci.jms_utils.models.Principal) – The value to assign to the created_by property of this JavaMigrationAnalysisSummary.
- metadata (str) – The value to assign to the metadata property of this JavaMigrationAnalysisSummary.
-
analysis_project_name
¶ [Required] Gets the analysis_project_name of this JavaMigrationAnalysisSummary. Name of the analysis project.
Returns: The analysis_project_name of this JavaMigrationAnalysisSummary. Return type: str
-
analysis_result_files
¶ [Required] Gets the analysis_result_files of this JavaMigrationAnalysisSummary. The analysis application file names result in the Object Storage.
Returns: The analysis_result_files of this JavaMigrationAnalysisSummary. Return type: list[str]
-
analysis_result_object_storage_path
¶ [Required] Gets the analysis_result_object_storage_path of this JavaMigrationAnalysisSummary. Path to the Object Storage analysis application result.
Returns: The analysis_result_object_storage_path of this JavaMigrationAnalysisSummary. Return type: str
-
bucket_name
¶ [Required] Gets the bucket_name of this JavaMigrationAnalysisSummary. Object storage bucket name.
Returns: The bucket_name of this JavaMigrationAnalysisSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this JavaMigrationAnalysisSummary. The OCID of the compartment.
Returns: The compartment_id of this JavaMigrationAnalysisSummary. Return type: str
-
created_by
¶ [Required] Gets the created_by of this JavaMigrationAnalysisSummary.
Returns: The created_by of this JavaMigrationAnalysisSummary. Return type: oci.jms_utils.models.Principal
-
id
¶ [Required] Gets the id of this JavaMigrationAnalysisSummary. The OCID of the Java Migration Analysis.
Returns: The id of this JavaMigrationAnalysisSummary. Return type: str
-
input_applications_object_storage_paths
¶ [Required] Gets the input_applications_object_storage_paths of this JavaMigrationAnalysisSummary. Object storage paths to the input files applications to be analysed.
Returns: The input_applications_object_storage_paths of this JavaMigrationAnalysisSummary. Return type: list[str]
-
metadata
¶ Gets the metadata of this JavaMigrationAnalysisSummary. Additional info reserved for future use.
Returns: The metadata of this JavaMigrationAnalysisSummary. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this JavaMigrationAnalysisSummary. Object storage namespace.
Returns: The namespace_name of this JavaMigrationAnalysisSummary. Return type: str
-
target_jdk_version
¶ [Required] Gets the target_jdk_version of this JavaMigrationAnalysisSummary. Jdk Version of the Java Migration Analysis target.
Returns: The target_jdk_version of this JavaMigrationAnalysisSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this JavaMigrationAnalysisSummary. 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 JavaMigrationAnalysisSummary. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this JavaMigrationAnalysisSummary. 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 JavaMigrationAnalysisSummary. Return type: datetime
-