Class ChromeOsDevice.CpuInfoData
Information regarding CPU specs in the device.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuInfoData
Properties
Architecture
The CPU architecture.
Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type | Description |
---|---|
string |
LogicalCpus
Information for the Logical CPUs
Declaration
[JsonProperty("logicalCpus")]
public virtual IList<ChromeOsDevice.CpuInfoData.LogicalCpusData> LogicalCpus { get; set; }
Property Value
Type | Description |
---|---|
IList<ChromeOsDevice.CpuInfoData.LogicalCpusData> |
MaxClockSpeedKhz
The max CPU clock speed in kHz.
Declaration
[JsonProperty("maxClockSpeedKhz")]
public virtual int? MaxClockSpeedKhz { get; set; }
Property Value
Type | Description |
---|---|
int? |
Model
The CPU model name.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |