InstanceGceSetupVmImageArgs

data class InstanceGceSetupVmImageArgs(val family: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstanceGceSetupVmImageArgs>

Constructors

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

Properties

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

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

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

Optional. Use VM image name to find the image.

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

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

Functions

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