RouterNatRuleActionArgs

data class RouterNatRuleActionArgs(val sourceNatActiveIps: Output<List<String>>? = null, val sourceNatDrainIps: Output<List<String>>? = null) : ConvertibleToJava<RouterNatRuleActionArgs>

Constructors

Link copied to clipboard
fun RouterNatRuleActionArgs(sourceNatActiveIps: Output<List<String>>? = null, sourceNatDrainIps: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val sourceNatActiveIps: Output<List<String>>? = null

A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.

Link copied to clipboard
val sourceNatDrainIps: Output<List<String>>? = null

A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.