public sealed class VmImage : IMessage<VmImage>, IEquatable<VmImage>, IDeepCloneable<VmImage>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class VmImage.
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
VmImage()
public VmImage()VmImage(VmImage)
public VmImage(VmImage other)| Parameter | |
|---|---|
| Name | Description |
other |
VmImage |
Properties
HasImageFamily
public bool HasImageFamily { get; }Gets whether the "image_family" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasImageName
public bool HasImageName { get; }Gets whether the "image_name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ImageCase
public VmImage.ImageOneofCase ImageCase { get; }| Property Value | |
|---|---|
| Type | Description |
VmImageImageOneofCase |
|
ImageFamily
public string ImageFamily { get; set; }Use this VM image family to find the image; the newest image in this family will be used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ImageName
public string ImageName { get; set; }Use VM image name to find the image.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|