Class: Google::Apis::NotebooksV1::UpdateInstanceConfigRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb
more...

Overview

Request for updating instance configurations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateInstanceConfigRequest

Returns a new instance of UpdateInstanceConfigRequest.

[View source]

3065
3066
3067
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3065

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

Instance Attribute Details

#configGoogle::Apis::NotebooksV1::InstanceConfig

Notebook instance configurations that can be updated. Corresponds to the JSON property config


3063
3064
3065
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3063

def config
  @config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

3070
3071
3072
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3070

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