View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuInfoLogicalCpus (google_api_admin v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.