ContainerGroupHostAliasArgs

data class ContainerGroupHostAliasArgs(val hostnames: Output<List<String>>? = null, val ip: Output<String>? = null) : ConvertibleToJava<ContainerGroupHostAliasArgs>

Constructors

Link copied to clipboard
constructor(hostnames: Output<List<String>>? = null, ip: Output<String>? = null)

Properties

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

The information about the host.

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

The IP address of the host.

Functions

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