RuleForwardIpArgs

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

Constructors

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

Properties

Link copied to clipboard
val ip: Output<String>

The ip of the forwarding destination.

Link copied to clipboard
val port: Output<Int>

The port of the forwarding destination.

Functions

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