public sealed class MigrationInsight : IMessage<MigrationInsight>, IEquatable<MigrationInsight>, IDeepCloneable<MigrationInsight>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class MigrationInsight.
An insight about potential migrations for an asset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMigrationInsight\u003c/code\u003e class, part of the Google Cloud Migration Center v1 API, provides insights into potential asset migrations.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which enables functionalities like message handling, equality checks, deep cloning, and buffer message management.\u003c/p\u003e\n"],["\u003cp\u003eIt features constructors for creating new \u003ccode\u003eMigrationInsight\u003c/code\u003e instances, either default or by copying from another instance, and it provides different versions of the class, from 1.0.0 to the latest 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMigrationInsight\u003c/code\u003e class includes properties like \u003ccode\u003eComputeEngineTarget\u003c/code\u003e, offering details on Google Compute Engine as a target, \u003ccode\u003eFit\u003c/code\u003e, describing the asset's suitability for migration, and \u003ccode\u003eMigrationTargetCase\u003c/code\u003e, which handles different migration target scenarios.\u003c/p\u003e\n"],["\u003cp\u003eInherited members include methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e and \u003ccode\u003eToString\u003c/code\u003e, and the class is within the namespace \u003ccode\u003eGoogle.Cloud.MigrationCenter.V1\u003c/code\u003e and contained in the \u003ccode\u003eGoogle.Cloud.MigrationCenter.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class MigrationInsight (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MigrationInsight)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.MigrationInsight)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.MigrationInsight)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.MigrationInsight)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.MigrationInsight) \n\n public sealed class MigrationInsight : IMessage\u003cMigrationInsight\u003e, IEquatable\u003cMigrationInsight\u003e, IDeepCloneable\u003cMigrationInsight\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class MigrationInsight.\n\nAn insight about potential migrations for an asset. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MigrationInsight \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MigrationInsight](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MigrationInsight), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MigrationInsight](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MigrationInsight), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MigrationInsight](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MigrationInsight), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### MigrationInsight()\n\n public MigrationInsight()\n\n### MigrationInsight(MigrationInsight)\n\n public MigrationInsight(MigrationInsight other)\n\nProperties\n----------\n\n### ComputeEngineTarget\n\n public ComputeEngineMigrationTarget ComputeEngineTarget { get; set; }\n\nOutput only. A Google Compute Engine target.\n\n### Fit\n\n public FitDescriptor Fit { get; set; }\n\nOutput only. Description of how well the asset this insight is associated\nwith fits the proposed migration.\n\n### MigrationTargetCase\n\n public MigrationInsight.MigrationTargetOneofCase MigrationTargetCase { get; }"]]