Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1NetworkInfo

Returns a new instance of GoogleChromeManagementV1NetworkInfo.



1650
1651
1652
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1650

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#network_devicesArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice>

Output only. List of network devices. Corresponds to the JSON property networkDevices



1648
1649
1650
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1648

def network_devices
  @network_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1655
1656
1657
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1655

def update!(**args)
  @network_devices = args[:network_devices] if args.key?(:network_devices)
end