ContainerGroupHostAlias

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Adds a host name.

Link copied to clipboard
val ip: String? = null

Adds an IP address.