Class: Google::Cloud::Notebooks::V1beta1::VmImage
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::VmImage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/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
-
#image_family ⇒ ::String
Use this VM image family to find the image; the newest image in this family will be used.
-
#image_name ⇒ ::String
Use VM image name to find the image.
-
#project ⇒ ::String
Required.
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.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/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.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/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: projects/{project_id}
.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 69 class VmImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |