IngressLoadBalancerIngressArgs

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)

Properties

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

hostname is set for load-balancer ingress points that are DNS based.

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

ip is set for load-balancer ingress points that are IP based.

Link copied to clipboard
val ports: Output<List<IngressPortStatusArgs>>? = null

ports provides information about the ports exposed by this LoadBalancer.

Functions

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