VmImageArgs

data class VmImageArgs(val imageFamily: Output<String>? = null, val imageName: Output<String>? = null, val project: Output<String>) : ConvertibleToJava<VmImageArgs>

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

Constructors

Link copied to clipboard
fun VmImageArgs(imageFamily: Output<String>? = null, imageName: Output<String>? = null, project: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): VmImageArgs

Properties

Link copied to clipboard
val imageFamily: Output<String>? = null

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

Link copied to clipboard
val imageName: Output<String>? = null

Use VM image name to find the image.

Link copied to clipboard
val project: Output<String>

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