Class: Google::Cloud::Notebooks::V1::VirtualMachine

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance_id::String (readonly)

Returns Output only. The unique identifier of the Managed Compute Engine instance.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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