Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo

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

Thunderbolt bus info.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1ThunderboltInfo

Returns a new instance of GoogleChromeManagementV1ThunderboltInfo.



1943
1944
1945
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1943

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

Instance Attribute Details

#security_levelString

Security level of the Thunderbolt bus. Corresponds to the JSON property securityLevel

Returns:

  • (String)


1941
1942
1943
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1941

def security_level
  @security_level
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1948
1949
1950
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1948

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