Class: Google::Cloud::Notebooks::V1::VmImage

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

Overview

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

Instance Attribute Summary collapse

Instance Attribute Details

#image_family::String

Returns Use this VM image family to find the image; the newest image in this family will be used.

Returns:

  • (::String)

    Use this VM image family to find the image; the newest image in this family will be used.



69
70
71
72
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 69

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

#image_name::String

Returns Use VM image name to find the image.

Returns:

  • (::String)

    Use VM image name to find the image.



69
70
71
72
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 69

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

#project::String

Returns Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}.

Returns:

  • (::String)

    Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}



69
70
71
72
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 69

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