ZeroTrustGatewayPolicyRuleSettingsL4overrideArgs

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

Constructors

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(): ZeroTrustGatewayPolicyRuleSettingsL4overrideArgs