LoadBalancerSubnetMapping

data class LoadBalancerSubnetMapping(val allocationId: String? = null, val iPv6Address: String? = null, val privateIPv4Address: String? = null, val sourceNatIpv6Prefix: String? = null, val subnetId: String)

Specifies a subnet for a load balancer.

Constructors

Link copied to clipboard
constructor(allocationId: String? = null, iPv6Address: String? = null, privateIPv4Address: String? = null, sourceNatIpv6Prefix: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

Network Load Balancers The allocation ID of the Elastic IP address for an internet-facing load balancer.

Link copied to clipboard
val iPv6Address: String? = null

Network Load Balancers The IPv6 address.

Link copied to clipboard

Network Load Balancers The private IPv4 address for an internal load balancer.

Link copied to clipboard

Network Load Balancers with UDP listeners The IPv6 prefix to use for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or `auto_assigned` to use an IPv6 prefix selected at random from the subnet CIDR block.

Link copied to clipboard

The ID of the subnet.