Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails.

Details of the machine architecture.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bios

def bios() -> ::Google::Cloud::MigrationCenter::V1::BiosDetails

#bios=

def bios=(value) -> ::Google::Cloud::MigrationCenter::V1::BiosDetails
Parameter

#cpu_architecture

def cpu_architecture() -> ::String
Returns
  • (::String) — CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.

#cpu_architecture=

def cpu_architecture=(value) -> ::String
Parameter
  • value (::String) — CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
Returns
  • (::String) — CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.

#cpu_name

def cpu_name() -> ::String
Returns
  • (::String) — CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.

#cpu_name=

def cpu_name=(value) -> ::String
Parameter
  • value (::String) — CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
Returns
  • (::String) — CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.

#cpu_socket_count

def cpu_socket_count() -> ::Integer
Returns
  • (::Integer) — Number of processor sockets allocated to the machine.

#cpu_socket_count=

def cpu_socket_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of processor sockets allocated to the machine.
Returns
  • (::Integer) — Number of processor sockets allocated to the machine.

#cpu_thread_count

def cpu_thread_count() -> ::Integer
Returns
  • (::Integer) — Number of CPU threads allocated to the machine.

#cpu_thread_count=

def cpu_thread_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of CPU threads allocated to the machine.
Returns
  • (::Integer) — Number of CPU threads allocated to the machine.

#firmware_type

def firmware_type() -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::FirmwareType

#firmware_type=

def firmware_type=(value) -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::FirmwareType

#hyperthreading

def hyperthreading() -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading

#hyperthreading=

def hyperthreading=(value) -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading

#vendor

def vendor() -> ::String
Returns
  • (::String) — Hardware vendor.

#vendor=

def vendor=(value) -> ::String
Parameter
  • value (::String) — Hardware vendor.
Returns
  • (::String) — Hardware vendor.