LoadBalancerZoneMappingArgs

data class LoadBalancerZoneMappingArgs(val allocationId: Output<String>? = null, val eniId: Output<String>? = null, val ipv6Address: Output<String>? = null, val privateIpv4Address: Output<String>? = null, val publicIpv4Address: Output<String>? = null, val vswitchId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<LoadBalancerZoneMappingArgs>

Constructors

Link copied to clipboard
fun LoadBalancerZoneMappingArgs(allocationId: Output<String>? = null, eniId: Output<String>? = null, ipv6Address: Output<String>? = null, privateIpv4Address: Output<String>? = null, publicIpv4Address: Output<String>? = null, vswitchId: Output<String>, zoneId: Output<String>)

Functions

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

Properties

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

The ID of the EIP associated with the Internet-facing NLB instance.

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

The ID of the elastic network interface (ENI).

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

The IPv6 address of the NLB instance.

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

The private IPv4 address of the NLB instance.

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

The public IPv4 address of the NLB instance.

Link copied to clipboard
val vswitchId: Output<String>

The vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of an NLB instance.

Link copied to clipboard
val zoneId: Output<String>

The ID of the zone of the NLB instance.