InstanceGceSetupContainerImageArgs

data class InstanceGceSetupContainerImageArgs(val repository: Output<String>, val tag: Output<String>? = null) : ConvertibleToJava<InstanceGceSetupContainerImageArgs>

Constructors

Link copied to clipboard
constructor(repository: Output<String>, tag: Output<String>? = null)

Properties

Link copied to clipboard
val repository: Output<String>

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

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

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

Functions

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