Class VmImage
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.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 |
Family
Optional. Use this VM image family to find the image; the newest image in this family will be used.
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageDescription
Output only. A human-readable description of the image running on the instance (for example, "Debian 11, Python 3.10"), derived at read time from the image release configuration (the source of truth). Set to "Custom" for unrecognized boot-disk images.
Declaration
[JsonProperty("imageDescription")]
public virtual string ImageDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Optional. Use VM image name to find the image.
Declaration
[JsonProperty("name")]
public virtual string Name { 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 |