RouterNatRuleActionResponse

data class RouterNatRuleActionResponse(val sourceNatActiveIps: List<String>, val sourceNatDrainIps: List<String>)

Constructors

Link copied to clipboard
fun RouterNatRuleActionResponse(sourceNatActiveIps: List<String>, sourceNatDrainIps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.