Class: Google::Cloud::Notebooks::V1beta1::UpgradeInstanceInternalRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::UpgradeInstanceInternalRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/service.rb
Overview
Request for upgrading a notebook instance from within the VM
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#vm_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
.
307 308 309 310 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 307 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.
307 308 309 310 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 307 class UpgradeInstanceInternalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |