GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpus (google_api_admin v0.36.2) View Source
Status of a single logical CPU.
Attributes
-
cStates(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpusCStates.t), default:nil) - C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker. -
currentScalingFrequencyKhz(type:integer(), default:nil) - Current frequency the CPU is running at. -
idleDuration(type:String.t, default:nil) - Idle time since last boot. -
maxScalingFrequencyKhz(type:integer(), default:nil) - Maximum frequency the CPU is allowed to run at, by policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpus{
cStates:
[
GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpusCStates.t()
]
| nil,
currentScalingFrequencyKhz: integer() | nil,
idleDuration: String.t() | nil,
maxScalingFrequencyKhz: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.