Show / Hide Table of Contents

Class RequestJavaMigrationAnalysesDetails

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.

Inheritance
object
RequestJavaMigrationAnalysesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class RequestJavaMigrationAnalysesDetails

Properties

Targets

Declaration
[Required(ErrorMessage = "Targets is required.")]
[JsonProperty(PropertyName = "targets")]
public List<JavaMigrationAnalysisTarget> Targets { get; set; }
Property Value
Type Description
List<JavaMigrationAnalysisTarget>

An array of migration analysis requests.

Remarks

Required

In this article
Back to top