View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1MemoryInfo (google_api_chrome_management v0.6.0)

Memory information of a device. This field has both telemetry and device information: - totalRamBytes - Device information - availableRamBytes - Telemetry information - totalMemoryEncryption - Device information Data for this field is controlled via policy: ReportDeviceMemoryInfo Data Collection Frequency: - totalRamBytes - Only at upload - availableRamBytes - Every 10 minutes - totalMemoryEncryption - at device startup Default Data Reporting Frequency: - totalRamBytes - 3 hours - availableRamBytes - 3 hours - totalMemoryEncryption - at device startup - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: only for totalMemoryEncryption Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO

Attributes

  • availableRamBytes (type: String.t, default: nil) - Output only. Amount of available RAM in bytes.
  • totalMemoryEncryption (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TotalMemoryEncryptionInfo.t, default: nil) - Output only. Total memory encryption info for the device.
  • totalRamBytes (type: String.t, default: nil) - Output only. Total RAM in bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1MemoryInfo{
  availableRamBytes: String.t() | nil,
  totalMemoryEncryption:
    GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TotalMemoryEncryptionInfo.t()
    | nil,
  totalRamBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.