TeamsRuleRuleSettingsL4overrideArgs

data class TeamsRuleRuleSettingsL4overrideArgs(val ip: Output<String>, val port: Output<Int>) : ConvertibleToJava<TeamsRuleRuleSettingsL4overrideArgs>

Constructors

Link copied to clipboard
constructor(ip: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard
val ip: Output<String>

Override IP to forward traffic to.

Link copied to clipboard
val port: Output<Int>

Override Port to forward traffic to.

Functions

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