MachineSkuSlot interface
MachineSkuSlot represents a single SKU and rack slot associated with the machine.
Properties
| bootstrap |
The type of bootstrap protocol used. |
| cpu |
The count of CPU cores for this machine. |
| cpu |
The count of CPU sockets for this machine. |
| disks | The list of disks. |
| generation | The generation of the architecture. |
| hardware |
The hardware version of the machine. |
| memory |
The maximum amount of memory. Measured in gibibytes. |
| model | The model of the machine. |
| network |
The list of network interfaces. |
| rack |
The position in the rack for the machine. |
| total |
The count of SMT and physical core threads for this machine. |
| vendor | The make of the machine. |
Property Details
bootstrapProtocol
The type of bootstrap protocol used.
bootstrapProtocol?: string
Property Value
string
cpuCores
The count of CPU cores for this machine.
cpuCores?: number
Property Value
number
cpuSockets
The count of CPU sockets for this machine.
cpuSockets?: number
Property Value
number
disks
generation
The generation of the architecture.
generation?: string
Property Value
string
hardwareVersion
The hardware version of the machine.
hardwareVersion?: string
Property Value
string
memoryCapacityGB
The maximum amount of memory. Measured in gibibytes.
memoryCapacityGB?: number
Property Value
number
model
The model of the machine.
model?: string
Property Value
string
networkInterfaces
The list of network interfaces.
networkInterfaces?: NetworkInterface[]
Property Value
rackSlot
The position in the rack for the machine.
rackSlot?: number
Property Value
number
totalThreads
The count of SMT and physical core threads for this machine.
totalThreads?: number
Property Value
number
vendor
The make of the machine.
vendor?: string
Property Value
string