SubnetMappingArgs

data class SubnetMappingArgs(val allocationId: Output<String>? = null, val iPv6Address: Output<String>? = null, val ipAddressType: Output<String>? = null, val privateIPv4Address: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<SubnetMappingArgs>

Definition of SubnetMapping

Constructors

Link copied to clipboard
constructor(allocationId: Output<String>? = null, iPv6Address: Output<String>? = null, ipAddressType: Output<String>? = null, privateIPv4Address: Output<String>? = null, subnetId: Output<String>? = null)

Properties

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

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

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

A IPAddressType

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

Network Load Balancers The IPv6 address.

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

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

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

A SubnetId.

Functions

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