SubnetMappingResponse

data class SubnetMappingResponse(val allocationId: String? = null, val iPv6Address: String? = null, val ipAddressType: String? = null, val privateIPv4Address: String? = null, val subnetId: String? = null)

Definition of SubnetMapping

Constructors

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

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 ipAddressType: String? = null

A IPAddressType

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
val subnetId: String? = null

A SubnetId.