Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::VmImage.
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#family
def family() -> ::String
-
(::String) — Optional. 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:
family
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#family=
def family=(value) -> ::String
-
value (::String) — Optional. 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:
family
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. 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:
family
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
-
(::String) — Optional. Use VM image name to find the image.
Note: The following fields are mutually exclusive:
name
,family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name=
def name=(value) -> ::String
-
value (::String) — Optional. Use VM image name to find the image.
Note: The following fields are mutually exclusive:
name
,family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Use VM image name to find the image.
Note: The following fields are mutually exclusive:
name
,family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#project
def project() -> ::String
-
(::String) — Required. The name of the Google Cloud project that this VM image belongs
to. Format:
{project_id}
#project=
def project=(value) -> ::String
-
value (::String) — Required. The name of the Google Cloud project that this VM image belongs
to. Format:
{project_id}
-
(::String) — Required. The name of the Google Cloud project that this VM image belongs
to. Format:
{project_id}