Class: Google::Apis::NotebooksV1::BootImage

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

Definition of the boot image used by the Runtime. Used to facilitate runtime upgradeability.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BootImage

Returns a new instance of BootImage.

[View source]

159
160
161
# File 'lib/google/apis/notebooks_v1/classes.rb', line 159

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

164
165
# File 'lib/google/apis/notebooks_v1/classes.rb', line 164

def update!(**args)
end