Class: Google::Cloud::Notebooks::V1::VirtualMachine
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::VirtualMachine
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
Runtime using Virtual Machine for computing.
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
readonly
Output only.
-
#instance_name ⇒ ::String
readonly
Output only.
-
#virtual_machine_config ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig
Virtual Machine configuration settings.
Instance Attribute Details
#instance_id ⇒ ::String (readonly)
Returns Output only. The unique identifier of the Managed Compute Engine instance.
508 509 510 511 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 508 class VirtualMachine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_name ⇒ ::String (readonly)
Returns Output only. The user-friendly name of the Managed Compute Engine instance.
508 509 510 511 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 508 class VirtualMachine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#virtual_machine_config ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig
Returns Virtual Machine configuration settings.
508 509 510 511 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 508 class VirtualMachine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |