public sealed class PlatformDetails : IMessage<PlatformDetails>, IEquatable<PlatformDetails>, IDeepCloneable<PlatformDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class PlatformDetails.
[[["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\u003eThis page provides reference documentation for the \u003ccode\u003ePlatformDetails\u003c/code\u003e class within the Google Cloud Migration Center v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePlatformDetails\u003c/code\u003e class is used to describe information about different types of platforms, implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports details for various platforms such as AWS EC2, Azure VM, generic platforms, physical machines, and VMware, with each platform having its own dedicated property for specific details.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of \u003ccode\u003ePlatformDetails\u003c/code\u003e documented, ranging from version 1.0.0 to the latest version 1.4.0, accessible via the provided links.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePlatformDetails\u003c/code\u003e class has different constructors for creating instances, one being the default constructor, and the other taking another \u003ccode\u003ePlatformDetails\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class PlatformDetails (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.PlatformDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.PlatformDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.PlatformDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.PlatformDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.PlatformDetails) \n\n public sealed class PlatformDetails : IMessage\u003cPlatformDetails\u003e, IEquatable\u003cPlatformDetails\u003e, IDeepCloneable\u003cPlatformDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class PlatformDetails.\n\nInformation about the platform. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PlatformDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PlatformDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.PlatformDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PlatformDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.PlatformDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PlatformDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.PlatformDetails), [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### PlatformDetails()\n\n public PlatformDetails()\n\n### PlatformDetails(PlatformDetails)\n\n public PlatformDetails(PlatformDetails other)\n\nProperties\n----------\n\n### AwsEc2Details\n\n public AwsEc2PlatformDetails AwsEc2Details { get; set; }\n\nAWS EC2 specific details.\n\n### AzureVmDetails\n\n public AzureVmPlatformDetails AzureVmDetails { get; set; }\n\nAzure VM specific details.\n\n### GenericDetails\n\n public GenericPlatformDetails GenericDetails { get; set; }\n\nGeneric platform details.\n\n### PhysicalDetails\n\n public PhysicalPlatformDetails PhysicalDetails { get; set; }\n\nPhysical machines platform details.\n\n### VendorDetailsCase\n\n public PlatformDetails.VendorDetailsOneofCase VendorDetailsCase { get; }\n\n### VmwareDetails\n\n public VmwarePlatformDetails VmwareDetails { get; set; }\n\nVMware specific details."]]