Class VmImage (1.0.0-beta04)

public sealed class VmImage : IMessage<VmImage>, IEquatable<VmImage>, IDeepCloneable<VmImage>, IBufferMessage, IMessage

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

Inheritance

Object > VmImage

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

VmImage()

public VmImage()

VmImage(VmImage)

public VmImage(VmImage other)
Parameter
NameDescription
otherVmImage

Properties

ImageCase

public VmImage.ImageOneofCase ImageCase { get; }
Property Value
TypeDescription
VmImage.ImageOneofCase

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
TypeDescription
String

ImageName

public string ImageName { get; set; }

Use VM image name to find the image.

Property Value
TypeDescription
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
TypeDescription
String