InstanceVmImage

data class InstanceVmImage(val imageFamily: String? = null, val imageName: String? = null, val project: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageFamily: 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: String? = null

Use VM image name to find the image.

Link copied to clipboard

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