ModelDockerSectionBaseImageRegistryArgs

data class ModelDockerSectionBaseImageRegistryArgs(val address: Output<String>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ModelDockerSectionBaseImageRegistryArgs>

Image registry that contains the base image.

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, password: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val address: Output<String>? = null
Link copied to clipboard
val password: Output<String>? = null
Link copied to clipboard
val username: Output<String>? = null

Functions

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