LoadBalancerZoneMappingLoadBalancerAddressArgs

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

Constructors

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

Properties

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

An IP address of the IPv4 type.

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

The elastic IP identifier.

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

The type of the public EIP. Value:

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

IPv4 private network address.

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

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

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

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

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

An IP address of the IPv6 type.

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

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

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

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

Functions

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