Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport

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

State of visible/configured networks.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1NetworkStatusReport

Returns a new instance of GoogleChromeManagementV1NetworkStatusReport.



1515
1516
1517
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1515

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

Instance Attribute Details

#connection_stateString

Output only. Current connection state of the network. Corresponds to the JSON property connectionState

Returns:

  • (String)


1445
1446
1447
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1445

def connection_state
  @connection_state
end

#connection_typeString

Output only. Network connection type. Corresponds to the JSON property connectionType

Returns:

  • (String)


1450
1451
1452
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1450

def connection_type
  @connection_type
end

#encryption_onBoolean Also known as: encryption_on?

Output only. Whether the wifi encryption key is turned off. Corresponds to the JSON property encryptionOn

Returns:

  • (Boolean)


1455
1456
1457
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1455

def encryption_on
  @encryption_on
end

#gateway_ip_addressString

Output only. Gateway IP address. Corresponds to the JSON property gatewayIpAddress

Returns:

  • (String)


1461
1462
1463
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1461

def gateway_ip_address
  @gateway_ip_address
end

#guidString

Output only. Network connection guid. Corresponds to the JSON property guid

Returns:

  • (String)


1466
1467
1468
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1466

def guid
  @guid
end

#lan_ip_addressString

Output only. LAN IP address. Corresponds to the JSON property lanIpAddress

Returns:

  • (String)


1471
1472
1473
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1471

def lan_ip_address
  @lan_ip_address
end

#receiving_bit_rate_mbpsFixnum

Output only. Receiving bit rate measured in megabytes per second. Corresponds to the JSON property receivingBitRateMbps

Returns:

  • (Fixnum)


1476
1477
1478
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1476

def receiving_bit_rate_mbps
  @receiving_bit_rate_mbps
end

#report_timeString

Output only. Time at which the network state was reported. Corresponds to the JSON property reportTime

Returns:

  • (String)


1481
1482
1483
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1481

def report_time
  @report_time
end

#sample_frequencyString

Output only. Frequency the report is sampled. Corresponds to the JSON property sampleFrequency

Returns:

  • (String)


1486
1487
1488
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1486

def sample_frequency
  @sample_frequency
end

#signal_strength_dbmFixnum

Output only. Signal strength for wireless networks measured in decibels. Corresponds to the JSON property signalStrengthDbm

Returns:

  • (Fixnum)


1491
1492
1493
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1491

def signal_strength_dbm
  @signal_strength_dbm
end

#transmission_bit_rate_mbpsFixnum

Output only. Transmission bit rate measured in megabytes per second. Corresponds to the JSON property transmissionBitRateMbps

Returns:

  • (Fixnum)


1496
1497
1498
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1496

def transmission_bit_rate_mbps
  @transmission_bit_rate_mbps
end

#transmission_power_dbmFixnum

Output only. Transmission power measured in decibels. Corresponds to the JSON property transmissionPowerDbm

Returns:

  • (Fixnum)


1501
1502
1503
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1501

def transmission_power_dbm
  @transmission_power_dbm
end

Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal. Corresponds to the JSON property wifiLinkQuality

Returns:

  • (Fixnum)


1507
1508
1509
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1507

def wifi_link_quality
  @wifi_link_quality
end

#wifi_power_management_enabledBoolean Also known as: wifi_power_management_enabled?

Output only. Wifi power management enabled Corresponds to the JSON property wifiPowerManagementEnabled

Returns:

  • (Boolean)


1512
1513
1514
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1512

def wifi_power_management_enabled
  @wifi_power_management_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1520

def update!(**args)
  @connection_state = args[:connection_state] if args.key?(:connection_state)
  @connection_type = args[:connection_type] if args.key?(:connection_type)
  @encryption_on = args[:encryption_on] if args.key?(:encryption_on)
  @gateway_ip_address = args[:gateway_ip_address] if args.key?(:gateway_ip_address)
  @guid = args[:guid] if args.key?(:guid)
  @lan_ip_address = args[:lan_ip_address] if args.key?(:lan_ip_address)
  @receiving_bit_rate_mbps = args[:receiving_bit_rate_mbps] if args.key?(:receiving_bit_rate_mbps)
  @report_time = args[:report_time] if args.key?(:report_time)
  @sample_frequency = args[:sample_frequency] if args.key?(:sample_frequency)
  @signal_strength_dbm = args[:signal_strength_dbm] if args.key?(:signal_strength_dbm)
  @transmission_bit_rate_mbps = args[:transmission_bit_rate_mbps] if args.key?(:transmission_bit_rate_mbps)
  @transmission_power_dbm = args[:transmission_power_dbm] if args.key?(:transmission_power_dbm)
  @wifi_link_quality = args[:wifi_link_quality] if args.key?(:wifi_link_quality)
  @wifi_power_management_enabled = args[:wifi_power_management_enabled] if args.key?(:wifi_power_management_enabled)
end