GetLoadBalancersBalancerZoneMappingLoadBalancerAddress

data class GetLoadBalancersBalancerZoneMappingLoadBalancerAddress(val address: String, val allocationId: String, val eipType: String, val intranetAddress: String, val intranetAddressHcStatus: String, val ipv4LocalAddresses: List<String>, val ipv6Address: String, val ipv6AddressHcStatus: String, val ipv6LocalAddresses: List<String>)

Constructors

constructor(address: String, allocationId: String, eipType: String, intranetAddress: String, intranetAddressHcStatus: String, ipv4LocalAddresses: List<String>, ipv6Address: String, ipv6AddressHcStatus: String, ipv6LocalAddresses: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IPv4 address.

Link copied to clipboard

The elastic IP address (EIP).

Link copied to clipboard

The type of EIP.

Link copied to clipboard

The private IPv4 address.

Link copied to clipboard

The health status of the private IPv4 address of the ALB instance.

Link copied to clipboard

The IPv4 link-local addresses.

Link copied to clipboard

IPv6 address.

Link copied to clipboard

The health status of the private IPv6 address of the ALB instance.

Link copied to clipboard

The IPv6 link-local addresses.