Class: Google::Cloud::Notebooks::V2::VmImage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v2/gce_setup.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

#family::String

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

Returns:

  • (::String)

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



70
71
72
73
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 70

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

#name::String

Returns Optional. Use VM image name to find the image.

Returns:

  • (::String)

    Optional. Use VM image name to find the image.



70
71
72
73
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 70

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}



70
71
72
73
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 70

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