RuntimeVirtualMachineVirtualMachineConfigContainerImage

data class RuntimeVirtualMachineVirtualMachineConfigContainerImage(val repository: String, val tag: String? = null)

Constructors

constructor(repository: String, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the container image repository. For example: gcr.io/{project_id}/{imageName}

Link copied to clipboard
val tag: String? = null

The tag of the container image. If not specified, this defaults to the latest tag.