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
Returns
- (::Google::Cloud::MigrationCenter::V1::BiosDetails) — BIOS Details.
#bios=
def bios=(value) -> ::Google::Cloud::MigrationCenter::V1::BiosDetails
Parameter
- value (::Google::Cloud::MigrationCenter::V1::BiosDetails) — BIOS Details.
Returns
- (::Google::Cloud::MigrationCenter::V1::BiosDetails) — BIOS Details.
#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
Returns
#firmware_type=
def firmware_type=(value) -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::FirmwareType
Parameter
- value (::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::FirmwareType) — Firmware type.
Returns
#hyperthreading
def hyperthreading() -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading
Returns
- (::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading) — CPU hyper-threading support.
#hyperthreading=
def hyperthreading=(value) -> ::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading
Parameter
- value (::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading) — CPU hyper-threading support.
Returns
- (::Google::Cloud::MigrationCenter::V1::MachineArchitectureDetails::CpuHyperThreading) — CPU hyper-threading support.
#vendor
def vendor() -> ::String
Returns
- (::String) — Hardware vendor.
#vendor=
def vendor=(value) -> ::String
Parameter
- value (::String) — Hardware vendor.
Returns
- (::String) — Hardware vendor.