class Google::Apis::NotebooksV1::UpgradeInstanceInternalRequest

Request for upgrading a notebook instance from within the VM

Attributes

vm_id[RW]

Required. The VM hardware token for authenticating the VM. cloud. google.com/compute/docs/instances/verifying-instance-identity Corresponds to the JSON property `vmId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 2670
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/notebooks_v1/classes.rb, line 2675
def update!(**args)
  @vm_id = args[:vm_id] if args.key?(:vm_id)
end