Class: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig
- Inherits:
-
Object
- Object
- Google::Apis::WorkstationsV1beta::WorkstationBoostConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workstations_v1beta/classes.rb,
lib/google/apis/workstations_v1beta/representations.rb,
lib/google/apis/workstations_v1beta/representations.rb
Overview
Boost config for this workstation. This object is populated from the parent workstation config.
Instance Attribute Summary collapse
-
#id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WorkstationBoostConfig
constructor
A new instance of WorkstationBoostConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WorkstationBoostConfig
Returns a new instance of WorkstationBoostConfig.
1821 1822 1823 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1821 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Output only. Boost config id.
Corresponds to the JSON property id
1819 1820 1821 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1819 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1826 1827 1828 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1826 def update!(**args) @id = args[:id] if args.key?(:id) end |