Class: Google::Cloud::Notebooks::V1::UpgradeInstanceInternalRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for upgrading a notebook instance from within the VM

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



463
464
465
466
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 463

class UpgradeInstanceInternalRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Notebooks::V1::UpgradeType

Returns Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.

Returns:



463
464
465
466
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 463

class UpgradeInstanceInternalRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_id::String

Returns Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity.

Returns:



463
464
465
466
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 463

class UpgradeInstanceInternalRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end