toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.app.kotlin.inputs
/
SessionIngressArgs
Session
Ingress
Args
data
class
SessionIngressArgs
(
val
targetPort
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
SessionIngressArgs
>
Session pool ingress configuration.
Members
Constructors
Session
Ingress
Args
Link copied to clipboard
constructor
(
targetPort
:
Output
<
Int
>
?
=
null
)
Properties
target
Port
Link copied to clipboard
val
targetPort
:
Output
<
Int
>
?
=
null
Target port in containers for traffic from ingress
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SessionIngressArgs