Class: Google::Apis::NotebooksV2::UpgradeInstanceSystemRequest

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

Overview

Request for upgrading a notebook instance from within the VM

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpgradeInstanceSystemRequest

Returns a new instance of UpgradeInstanceSystemRequest.



1742
1743
1744
# File 'lib/google/apis/notebooks_v2/classes.rb', line 1742

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

Instance Attribute Details

#vm_idString

Required. The VM hardware token for authenticating the VM. https://cloud. google.com/compute/docs/instances/verifying-instance-identity Corresponds to the JSON property vmId

Returns:

  • (String)


1740
1741
1742
# File 'lib/google/apis/notebooks_v2/classes.rb', line 1740

def vm_id
  @vm_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1747
1748
1749
# File 'lib/google/apis/notebooks_v2/classes.rb', line 1747

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