View Source GoogleApi.MigrationCenter.V1.Model.MachineArchitectureDetails (google_api_migration_center v0.3.1)

Details of the machine architecture.

Attributes

  • bios (type: GoogleApi.MigrationCenter.V1.Model.BiosDetails.t, default: nil) - BIOS Details.
  • cpuArchitecture (type: String.t, default: nil) - CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
  • cpuName (type: String.t, default: nil) - CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
  • cpuSocketCount (type: integer(), default: nil) - Number of processor sockets allocated to the machine.
  • cpuThreadCount (type: integer(), default: nil) - Number of CPU threads allocated to the machine.
  • firmwareType (type: String.t, default: nil) - Firmware type.
  • hyperthreading (type: String.t, default: nil) - CPU hyper-threading support.
  • vendor (type: String.t, default: nil) - Hardware vendor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.MachineArchitectureDetails{
  bios: GoogleApi.MigrationCenter.V1.Model.BiosDetails.t() | nil,
  cpuArchitecture: String.t() | nil,
  cpuName: String.t() | nil,
  cpuSocketCount: integer() | nil,
  cpuThreadCount: integer() | nil,
  firmwareType: String.t() | nil,
  hyperthreading: String.t() | nil,
  vendor: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.