public interface MachineArchitectureDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BiosDetails |
getBios()
BIOS Details.
|
BiosDetailsOrBuilder |
getBiosOrBuilder()
BIOS Details.
|
String |
getCpuArchitecture()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
|
com.google.protobuf.ByteString |
getCpuArchitectureBytes()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
|
String |
getCpuName()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
|
com.google.protobuf.ByteString |
getCpuNameBytes()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
|
int |
getCpuSocketCount()
Number of processor sockets allocated to the machine.
|
int |
getCpuThreadCount()
Number of CPU threads allocated to the machine.
|
MachineArchitectureDetails.FirmwareType |
getFirmwareType()
Firmware type.
|
int |
getFirmwareTypeValue()
Firmware type.
|
MachineArchitectureDetails.CpuHyperThreading |
getHyperthreading()
CPU hyper-threading support.
|
int |
getHyperthreadingValue()
CPU hyper-threading support.
|
String |
getVendor()
Hardware vendor.
|
com.google.protobuf.ByteString |
getVendorBytes()
Hardware vendor.
|
boolean |
hasBios()
BIOS Details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCpuArchitecture()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
string cpu_architecture = 1;com.google.protobuf.ByteString getCpuArchitectureBytes()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
string cpu_architecture = 1;String getCpuName()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
string cpu_name = 2;com.google.protobuf.ByteString getCpuNameBytes()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
string cpu_name = 2;String getVendor()
Hardware vendor.
string vendor = 3;com.google.protobuf.ByteString getVendorBytes()
Hardware vendor.
string vendor = 3;int getCpuThreadCount()
Number of CPU threads allocated to the machine.
int32 cpu_thread_count = 4;int getCpuSocketCount()
Number of processor sockets allocated to the machine.
int32 cpu_socket_count = 5;boolean hasBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;BiosDetails getBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;BiosDetailsOrBuilder getBiosOrBuilder()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;int getFirmwareTypeValue()
Firmware type.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType firmware_type = 7;
MachineArchitectureDetails.FirmwareType getFirmwareType()
Firmware type.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType firmware_type = 7;
int getHyperthreadingValue()
CPU hyper-threading support.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading hyperthreading = 8;
MachineArchitectureDetails.CpuHyperThreading getHyperthreading()
CPU hyper-threading support.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading hyperthreading = 8;
Copyright © 2024 Google LLC. All rights reserved.