Class: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig

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

Instance Method Summary collapse

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

#idString

Output only. Boost config id. Corresponds to the JSON property id

Returns:

  • (String)


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