Load Balancer Ingress Args
    data class LoadBalancerIngressArgs(val hostname: Output<String>? = null, val ip: Output<String>? = null, val ports: Output<List<PortStatusArgs>>? = null) : ConvertibleToJava<LoadBalancerIngressArgs> 
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
Constructors
Link copied to clipboard
                  constructor(hostname: Output<String>? = null, ip: Output<String>? = null, ports: Output<List<PortStatusArgs>>? = null)