ContainerNetworksAdvanced

data class ContainerNetworksAdvanced(val aliases: List<String>? = null, val ipv4Address: String? = null, val ipv6Address: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(aliases: List<String>? = null, ipv4Address: String? = null, ipv6Address: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

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

The network aliases of the container in the specific network.

Link copied to clipboard
val ipv4Address: String? = null

The IPV4 address of the container in the specific network.

Link copied to clipboard
val ipv6Address: String? = null

The IPV6 address of the container in the specific network.

Link copied to clipboard

The name or id of the network to use. You can use name or id attribute from a docker.Network resource.