ContainerGroupHostAlias

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The information about the host.

Link copied to clipboard
val ip: String? = null

The IP address of the host.