MachineResourcesConfiguration interface
Describes the resources of a machine.
Properties
cpus | Number of CPUs. |
cpu |
CPU speed in megahertz (Mhz). |
cpu |
Describes the accuracy of the cpuSpeed field. Possible values include: 'actual', 'estimated' |
physical |
Physical memory in megabytes (MB). |
Property Details
cpus
Number of CPUs.
cpus?: number
Property Value
number
cpuSpeed
CPU speed in megahertz (Mhz).
cpuSpeed?: number
Property Value
number
cpuSpeedAccuracy
Describes the accuracy of the cpuSpeed field. Possible values include: 'actual', 'estimated'
cpuSpeedAccuracy?: Accuracy
Property Value
physicalMemory
Physical memory in megabytes (MB).
physicalMemory?: number
Property Value
number