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