SessionIngressArgs

data class SessionIngressArgs(val targetPort: Output<Int>? = null) : ConvertibleToJava<SessionIngressArgs>

Session pool ingress configuration.

Constructors

Link copied to clipboard
constructor(targetPort: Output<Int>? = null)

Properties

Link copied to clipboard
val targetPort: Output<Int>? = null

Target port in containers for traffic from ingress

Functions

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