Class: Google::Apis::NotebooksV1::UpgradeInstanceInternalRequest

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

Overview

Request for upgrading a notebook instance from within the VM

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpgradeInstanceInternalRequest

Returns a new instance of UpgradeInstanceInternalRequest.



2638
2639
2640
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2638

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)


2636
2637
2638
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2636

def vm_id
  @vm_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2643
2644
2645
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2643

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