Ingress Load Balancer Ingress Args
data class IngressLoadBalancerIngressArgs(val hostname: Output<String>? = null, val ip: Output<String>? = null, val ports: Output<List<IngressPortStatusArgs>>? = null) : ConvertibleToJava<IngressLoadBalancerIngressArgs>
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
Constructors
Link copied to clipboard
constructor(hostname: Output<String>? = null, ip: Output<String>? = null, ports: Output<List<IngressPortStatusArgs>>? = null)