Class: Google::Cloud::Notebooks::V1::VmImage
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::VmImage
- 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
-
#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.
Note: The following fields are mutually exclusive: image_family
, image_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 77 class VmImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_name ⇒ ::String
Returns Use VM image name to find the image.
Note: The following fields are mutually exclusive: image_name
, image_family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 77 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}
.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 77 class VmImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |