FirewallPolicySNATResponse

data class FirewallPolicySNATResponse(val autoLearnPrivateRanges: String? = null, val privateRanges: List<String>? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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