ContainerHost

data class ContainerHost(val host: String, val ip: String)

Constructors

Link copied to clipboard
constructor(host: String, ip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname to add

Link copied to clipboard
val ip: String

IP address this hostname should resolve to.