LoadBalancerZoneMapping

data class LoadBalancerZoneMapping(val allocationId: String? = null, val eniId: String? = null, val ipv4LocalAddresses: List<String>? = null, val ipv6Address: String? = null, val ipv6LocalAddresses: List<String>? = null, val privateIpv4Address: String? = null, val publicIpv4Address: String? = null, val status: String? = null, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(allocationId: String? = null, eniId: String? = null, ipv4LocalAddresses: List<String>? = null, ipv6Address: String? = null, ipv6LocalAddresses: List<String>? = null, privateIpv4Address: String? = null, publicIpv4Address: String? = null, status: String? = null, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

The ID of the elastic IP address (EIP) that is associated with the Internet-facing NLB instance. You can specify one EIP for each zone. You must add at least two zones. You can add a maximum of 10 zones.

Link copied to clipboard
val eniId: String? = null

The ID of the elastic network interface (ENI).

Link copied to clipboard

IPv4 Local address list. The list of addresses that NLB interacts with backend services.

Link copied to clipboard
val ipv6Address: String? = null

The IPv6 address of the NLB instance.

Link copied to clipboard

IPv6 Local address list. The list of addresses that NLB interacts with backend services.

Link copied to clipboard

The private IP address. You must add at least two zones. You can add a maximum of 10 zones.

Link copied to clipboard

The public IPv4 address of the NLB instance.

Link copied to clipboard
val status: String? = null

Zone Status

Link copied to clipboard

The vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of an NLB instance. You must add at least two zones. You can add a maximum of 10 zones.

Link copied to clipboard

The ID of the zone of the NLB instance. You must add at least two zones. You can add a maximum of 10 zones. You can call the DescribeZones operation to query the most recent zone list.