Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DeployedApplicationMigrationAnalysesTarget

The target describes the input data for deployed Java migration analyses. A target contains a managed instance, deployed application installation Key, sourceJdkVersion, targetJdkVersion and optional excludePackagePrefixes.

Properties

deployedApplicationInstallationKey

deployedApplicationInstallationKey: string

The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.

Optional excludePackagePrefixes

excludePackagePrefixes: Array<string>

Excludes the packages that starts with the prefix from the migration analyses result.

managedInstanceId

managedInstanceId: string

The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.

sourceJdkVersion

sourceJdkVersion: string

The JDK version the application is currently running on.

targetJdkVersion

targetJdkVersion: string

The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.

Functions

getDeserializedJsonObj

getJsonObj