View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkStatusReport (google_api_chrome_management v0.8.0)

State of visible/configured networks. This field is telemetry information and this will change over time as the device is utilized. Data for this field is controlled via policy: ReportNetworkStatus Data Collection Frequency: 60 minutes Default Data Reporting Frequency: 3 hours - 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: Yes Reported for affiliated users only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT

Attributes

  • connectionState (type: String.t, default: nil) - Output only. Current connection state of the network.
  • connectionType (type: String.t, default: nil) - Output only. Network connection type.
  • encryptionOn (type: boolean(), default: nil) - Output only. Whether the wifi encryption key is turned off.
  • gatewayIpAddress (type: String.t, default: nil) - Output only. Gateway IP address.
  • guid (type: String.t, default: nil) - Output only. Network connection guid.
  • lanIpAddress (type: String.t, default: nil) - Output only. LAN IP address.
  • receivingBitRateMbps (type: String.t, default: nil) - Output only. Receiving bit rate measured in Megabits per second.
  • reportTime (type: DateTime.t, default: nil) - Output only. Time at which the network state was reported.
  • sampleFrequency (type: String.t, default: nil) - Output only. Frequency the report is sampled.
  • signalStrengthDbm (type: integer(), default: nil) - Output only. Signal strength for wireless networks measured in decibels.
  • transmissionBitRateMbps (type: String.t, default: nil) - Output only. Transmission bit rate measured in Megabits per second.
  • transmissionPowerDbm (type: integer(), default: nil) - Output only. Transmission power measured in decibels.
  • wifiLinkQuality (type: String.t, default: nil) - Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.
  • wifiPowerManagementEnabled (type: boolean(), default: nil) - Output only. Wifi power management enabled

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkStatusReport{
    connectionState: String.t() | nil,
    connectionType: String.t() | nil,
    encryptionOn: boolean() | nil,
    gatewayIpAddress: String.t() | nil,
    guid: String.t() | nil,
    lanIpAddress: String.t() | nil,
    receivingBitRateMbps: String.t() | nil,
    reportTime: DateTime.t() | nil,
    sampleFrequency: String.t() | nil,
    signalStrengthDbm: integer() | nil,
    transmissionBitRateMbps: String.t() | nil,
    transmissionPowerDbm: integer() | nil,
    wifiLinkQuality: String.t() | nil,
    wifiPowerManagementEnabled: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.