RequestDeployedApplicationMigrationAnalysesDetails¶
-
class
oci.jms.models.
RequestDeployedApplicationMigrationAnalysesDetails
(**kwargs)¶ Bases:
object
Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
Methods
__init__
(**kwargs)Initializes a new RequestDeployedApplicationMigrationAnalysesDetails object with values from keyword arguments. Attributes
targets
[Required] Gets the targets of this RequestDeployedApplicationMigrationAnalysesDetails. -
__init__
(**kwargs)¶ Initializes a new RequestDeployedApplicationMigrationAnalysesDetails 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.DeployedApplicationMigrationAnalysesTarget]) – The value to assign to the targets property of this RequestDeployedApplicationMigrationAnalysesDetails.
-
targets
¶ [Required] Gets the targets of this RequestDeployedApplicationMigrationAnalysesDetails. An array of migration analyses requests.
Returns: The targets of this RequestDeployedApplicationMigrationAnalysesDetails. Return type: list[oci.jms.models.DeployedApplicationMigrationAnalysesTarget]
-