Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.applicationExecutionType(ApplicationExecutionType applicationExecutionType)
Execution type of the application for an application type, such as WAR and EAR, that is
deployed or installed.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.applicationKey(String applicationKey)
The unique key that identifies the application.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.applicationName(String applicationName)
The name of the application for which the Java migration analysis was performed.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.applicationPath(String applicationPath)
The installation path of the application for which the Java migration analysis was
performed.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.bucketName(String bucketName)
The name of the object storage bucket that contains the results of the migration
analysis.
|
static JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.builder()
Create a new builder.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.copy(JavaMigrationAnalysisResult model) |
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.fleetId(String fleetId)
The fleet OCID.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.hostName(String hostName)
The hostname of the managed instance that hosts the application for which the Java
migration analysis was performed.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.id(String id)
The OCID of the migration analysis report.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.managedInstanceId(String managedInstanceId)
The managed instance OCID.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.metadata(String metadata)
Additional info reserved for future use.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.namespace(String namespace)
The object storage namespace that contains the results of the migration analysis.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.objectList(List<String> objectList)
The names of the object storage objects that contain the results of the migration
analysis.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.objectStorageUploadDirPath(String objectStorageUploadDirPath)
The directory path of the object storage bucket that contains the results of the
migration analysis.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.sourceJdkVersion(String sourceJdkVersion)
The source JDK version of the application that’s currently running.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.targetJdkVersion(String targetJdkVersion)
The target JDK version of the application to be migrated.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.timeCreated(Date timeCreated)
The time the result is compiled.
|
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.toBuilder() |
JavaMigrationAnalysisResult.Builder |
JavaMigrationAnalysisResult.Builder.workRequestId(String workRequestId)
The OCID of the work request of this analysis.
|
Copyright © 2016–2024. All rights reserved.