IpAddressArgs

data class IpAddressArgs(val autoGeneratedDomainNameLabelScope: Output<Either<String, DnsNameLabelReusePolicy>>? = null, 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(autoGeneratedDomainNameLabelScope: Output<Either<String, DnsNameLabelReusePolicy>>? = null, dnsNameLabel: Output<String>? = null, ip: Output<String>? = null, ports: Output<List<PortArgs>>, type: Output<Either<String, ContainerGroupIpAddressType>>)

Properties

Link copied to clipboard

The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.

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