FirewallPolicySNATArgs

data class FirewallPolicySNATArgs(val privateRanges: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicySNATArgs>

The private IP addresses/IP ranges to which traffic will not be SNAT.

Constructors

Link copied to clipboard
constructor(privateRanges: Output<List<String>>? = null)

Properties

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

List of private IP addresses/IP address ranges to not be SNAT.

Functions

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