ContainerInfoArgs

data class ContainerInfoArgs(val image: Output<String>? = null) : ConvertibleToJava<ContainerInfoArgs>

Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment.

Constructors

Link copied to clipboard
fun ContainerInfoArgs(image: Output<String>? = null)

Functions

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

Properties

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

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"