MachineSkuSlot interface

MachineSkuSlot represents a single SKU and rack slot associated with the machine.

Properties

bootstrapProtocol

The type of bootstrap protocol used.

cpuCores

The count of CPU cores for this machine.

cpuSockets

The count of CPU sockets for this machine.

disks

The list of disks.

generation

The generation of the architecture.

hardwareVersion

The hardware version of the machine.

memoryCapacityGB

The maximum amount of memory. Measured in gibibytes.

model

The model of the machine.

networkInterfaces

The list of network interfaces.

rackSlot

The position in the rack for the machine.

totalThreads

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

The list of disks.

disks?: MachineDisk[]

Property Value

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