IpAddressArgs

data class IpAddressArgs(val dnsNameLabel: Output<String>? = null, val ip: Output<String>? = null, val ports: Output<List<PortArgs>>, val type: Output<Either<String, ContainerGroupIpAddressType>>) : ConvertibleToJava<IpAddressArgs>

IP address for the container group.

Constructors

Link copied to clipboard
constructor(dnsNameLabel: Output<String>? = null, ip: Output<String>? = null, ports: Output<List<PortArgs>>, type: Output<Either<String, ContainerGroupIpAddressType>>)

Properties

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

The Dns name label for the IP.

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

The IP exposed to the public internet.

Link copied to clipboard
val ports: Output<List<PortArgs>>

The list of ports exposed on the container group.

Link copied to clipboard

Specifies if the IP is exposed to the public internet or private VNET.

Functions

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