Show / Hide Table of Contents

Class VmImage

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class VmImage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageFamily

Use this VM image family to find the image; the newest image in this family will be used.

Declaration
[JsonProperty("imageFamily")]
public virtual string ImageFamily { get; set; }
Property Value
Type Description
string

ImageName

Use VM image name to find the image.

Declaration
[JsonProperty("imageName")]
public virtual string ImageName { get; set; }
Property Value
Type Description
string

Project

Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}

Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX