LoadBalancerZoneMappingLoadBalancerAddress

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

An IP address of the IPv4 type.

Link copied to clipboard
val allocationId: String? = null

The elastic IP identifier.

Link copied to clipboard
val eipType: String? = null

The type of the public EIP. Value:

Link copied to clipboard
val intranetAddress: String? = null

IPv4 private network address.

Link copied to clipboard

The private network IPv4 address detection status of the application-oriented load balancing instance.

Link copied to clipboard

IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.

Link copied to clipboard
val ipv6Address: String? = null

An IP address of the IPv6 type.

Link copied to clipboard

The IPv6 address detection status of the application-based load balancing instance.

Link copied to clipboard

IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.