Ip Address Args
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
fun IpAddressArgs(dnsNameLabel: Output<String>? = null, ip: Output<String>? = null, ports: Output<List<PortArgs>>, type: Output<Either<String, ContainerGroupIpAddressType>>)