Show / Hide Table of Contents

Class RequestDeployedApplicationMigrationAnalysesDetails

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.

Inheritance
object
RequestDeployedApplicationMigrationAnalysesDetails
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 RequestDeployedApplicationMigrationAnalysesDetails

Properties

Targets

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

An array of migration analyses requests.

Remarks

Required

In this article
Back to top