FirewallPolicySNATResponse

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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