InstanceGceSetupVmImage

data class InstanceGceSetupVmImage(val family: String? = null, val name: String? = null, val project: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Optional. Use VM image name to find the image.

Link copied to clipboard
val project: String? = null

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