Class: Google::Apis::NotebooksV1::BootImage
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::BootImage
- 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
-
#initialize(**args) ⇒ BootImage
constructor
A new instance of BootImage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BootImage
Returns a new instance of BootImage.
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
164 165 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 164 def update!(**args) end |