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 configuration for this workstation. This object is populated from the parent workstation configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkstationBoostConfig

Returns a new instance of WorkstationBoostConfig.



1830
1831
1832
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1830

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

Instance Attribute Details

#idString

Output only. Boost configuration ID. Corresponds to the JSON property id

Returns:

  • (String)


1828
1829
1830
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1828

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1835
1836
1837
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1835

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