ContainerNetworksAdvancedArgs

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

Constructors

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

Properties

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

The network aliases of the container in the specific network.

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

The IPV4 address of the container in the specific network.

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

The IPV6 address of the container in the specific network.

Link copied to clipboard
val name: Output<String>

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

Functions

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