Load Balancer Zone Mapping Load Balancer Address Args
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
Link copied to clipboard
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
The elastic IP identifier.
Link copied to clipboard
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
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.