Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb
Overview
Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportNetworkDeviceConfiguration * Data Collection Frequency: At device startup * Default Data Reporting Frequency: 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO
Instance Attribute Summary collapse
-
#network_devices ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1NetworkInfo
constructor
A new instance of GoogleChromeManagementV1NetworkInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1NetworkInfo
Returns a new instance of GoogleChromeManagementV1NetworkInfo.
2420 2421 2422 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2420 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_devices ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice>
Output only. List of network devices.
Corresponds to the JSON property networkDevices
2418 2419 2420 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2418 def network_devices @network_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2425 2426 2427 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2425 def update!(**args) @network_devices = args[:network_devices] if args.key?(:network_devices) end |