InstanceVmImageArgs

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

Constructors

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

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: projects/{project_id}

Functions

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