FirewallPolicySNATArgs

data class FirewallPolicySNATArgs(val autoLearnPrivateRanges: Output<Either<String, AutoLearnPrivateRangesMode>>? = null, 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(autoLearnPrivateRanges: Output<Either<String, AutoLearnPrivateRangesMode>>? = null, privateRanges: Output<List<String>>? = null)

Properties

Link copied to clipboard

The operation mode for automatically learning private ranges to not be SNAT

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