Interface protos.google.cloud.migrationcenter.v1.IMachineArchitectureDetails (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a MachineArchitectureDetails.
Package
@google-cloud/migrationcenter
Properties
bios
bios?: (google.cloud.migrationcenter.v1.IBiosDetails|null);
MachineArchitectureDetails bios
cpuArchitecture
cpuArchitecture?: (string|null);
MachineArchitectureDetails cpuArchitecture
cpuName
MachineArchitectureDetails cpuName
cpuSocketCount
cpuSocketCount?: (number|null);
MachineArchitectureDetails cpuSocketCount
cpuThreadCount
cpuThreadCount?: (number|null);
MachineArchitectureDetails cpuThreadCount
firmwareType
firmwareType?: (google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType|keyof typeof google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType|null);
MachineArchitectureDetails firmwareType
hyperthreading
hyperthreading?: (google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading|keyof typeof google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading|null);
MachineArchitectureDetails hyperthreading
vendor
MachineArchitectureDetails vendor
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.migrationcenter.v1.IMachineArchitectureDetails (2.1.0)\n\nProperties of a MachineArchitectureDetails.\n\nPackage\n-------\n\n[@google-cloud/migrationcenter](../overview.html)\n\nProperties\n----------\n\n### bios\n\n bios?: (google.cloud.migrationcenter.v1.IBiosDetails|null);\n\nMachineArchitectureDetails bios\n\n### cpuArchitecture\n\n cpuArchitecture?: (string|null);\n\nMachineArchitectureDetails cpuArchitecture\n\n### cpuName\n\n cpuName?: (string|null);\n\nMachineArchitectureDetails cpuName\n\n### cpuSocketCount\n\n cpuSocketCount?: (number|null);\n\nMachineArchitectureDetails cpuSocketCount\n\n### cpuThreadCount\n\n cpuThreadCount?: (number|null);\n\nMachineArchitectureDetails cpuThreadCount\n\n### firmwareType\n\n firmwareType?: (google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType|keyof typeof google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType|null);\n\nMachineArchitectureDetails firmwareType\n\n### hyperthreading\n\n hyperthreading?: (google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading|keyof typeof google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading|null);\n\nMachineArchitectureDetails hyperthreading\n\n### vendor\n\n vendor?: (string|null);\n\nMachineArchitectureDetails vendor"]]