Values.NetworkMigrationAnalysisResultSourceThe result of a network migration analysis operation.
type nonrec t = {jobID : NetworkMigrationJobID.t option;The unique identifier of the analysis job that generated this result.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t option;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition.
*)analyzerType : AnalyzerType.t option;The type of analyzer that generated this result.
*)source : NetworkMigrationAnalysisResultSource.t option;The source resource that was analyzed.
*)target : NetworkMigrationAnalysisResultTarget.t option;The target resource in the analysis.
*)status : NetworkMigrationAnalysisResultStatus.t option;The status of the analysis result.
*)analysisResult : String_.t option;The detailed analysis findings and recommendations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NetworkMigrationJobID.t
| `Structure of (string * [> `String of VpcID.t ]) list ])
list ]