Processor interface

Describes the firmware of the machine

Properties

name

The name of the processor. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfCores

The total number of physical cores on the processor. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

The name of the processor. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

numberOfCores

The total number of physical cores on the processor. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfCores?: number

Property Value

number