RequestJavaMigrationAnalysesDetails

class oci.jms.models.RequestJavaMigrationAnalysesDetails(**kwargs)

Bases: object

Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.

Methods

__init__(**kwargs) Initializes a new RequestJavaMigrationAnalysesDetails object with values from keyword arguments.

Attributes

targets [Required] Gets the targets of this RequestJavaMigrationAnalysesDetails.
__init__(**kwargs)

Initializes a new RequestJavaMigrationAnalysesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:targets (list[oci.jms.models.JavaMigrationAnalysisTarget]) – The value to assign to the targets property of this RequestJavaMigrationAnalysesDetails.
targets

[Required] Gets the targets of this RequestJavaMigrationAnalysesDetails. An array of migration analysis requests.

Returns:The targets of this RequestJavaMigrationAnalysesDetails.
Return type:list[oci.jms.models.JavaMigrationAnalysisTarget]