public sealed class MachineArchitectureDetails : IMessage<MachineArchitectureDetails>, IEquatable<MachineArchitectureDetails>, IDeepCloneable<MachineArchitectureDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class MachineArchitectureDetails.
[[["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\u003eMachineArchitectureDetails\u003c/code\u003e class in the Google Cloud Migration Center v1 API provides details about a machine's architecture.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes information such as the machine's BIOS details, CPU architecture, CPU name, socket count, thread count, firmware type, hyperthreading support, and hardware vendor.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities for message manipulation, equality comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eMachineArchitectureDetails\u003c/code\u003e class is 1.4.0, and previous versions, including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 are also available for reference.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class MachineArchitectureDetails (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.MachineArchitectureDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails) \n\n public sealed class MachineArchitectureDetails : IMessage\u003cMachineArchitectureDetails\u003e, IEquatable\u003cMachineArchitectureDetails\u003e, IDeepCloneable\u003cMachineArchitectureDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class MachineArchitectureDetails.\n\nDetails of the machine architecture. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MachineArchitectureDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MachineArchitectureDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MachineArchitectureDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MachineArchitectureDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.MachineArchitectureDetails), [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### MachineArchitectureDetails()\n\n public MachineArchitectureDetails()\n\n### MachineArchitectureDetails(MachineArchitectureDetails)\n\n public MachineArchitectureDetails(MachineArchitectureDetails other)\n\nProperties\n----------\n\n### Bios\n\n public BiosDetails Bios { get; set; }\n\nBIOS Details.\n\n### CpuArchitecture\n\n public string CpuArchitecture { get; set; }\n\nCPU architecture, e.g., \"x64-based PC\", \"x86_64\", \"i686\" etc.\n\n### CpuName\n\n public string CpuName { get; set; }\n\nCPU name, e.g., \"Intel Xeon E5-2690\", \"AMD EPYC 7571\" etc.\n\n### CpuSocketCount\n\n public int CpuSocketCount { get; set; }\n\nNumber of processor sockets allocated to the machine.\n\n### CpuThreadCount\n\n public int CpuThreadCount { get; set; }\n\nNumber of CPU threads allocated to the machine.\n\n### FirmwareType\n\n public MachineArchitectureDetails.Types.FirmwareType FirmwareType { get; set; }\n\nFirmware type.\n\n### Hyperthreading\n\n public MachineArchitectureDetails.Types.CpuHyperThreading Hyperthreading { get; set; }\n\nCPU hyper-threading support.\n\n### Vendor\n\n public string Vendor { get; set; }\n\nHardware vendor."]]