Values.LoadBalancerAddressSourceInformation about a static IP address for a load balancer.
type nonrec t = {ipAddress : IpAddress.t option;The static IP address.
*)allocationId : AllocationId.t option;[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
*)privateIPv4Address : PrivateIPv4Address.t option;[Network Load Balancers] The private IPv4 address for an internal load balancer.
*)iPv6Address : IPv6Address.t option;[Network Load Balancers] The IPv6 address.
*)}