NetworkProfileResponse

data class NetworkProfileResponse(val egressNatIp: List<IPAddressResponse>? = null, val enableEgressNat: String, val networkType: String, val privateSourceNatRulesDestination: List<String>? = null, val publicIps: List<IPAddressResponse>, val trustedRanges: List<String>? = null, val vnetConfiguration: VnetConfigurationResponse? = null, val vwanConfiguration: VwanConfigurationResponse? = null)

Network settings for Firewall

Constructors

Link copied to clipboard
constructor(egressNatIp: List<IPAddressResponse>? = null, enableEgressNat: String, networkType: String, privateSourceNatRulesDestination: List<String>? = null, publicIps: List<IPAddressResponse>, trustedRanges: List<String>? = null, vnetConfiguration: VnetConfigurationResponse? = null, vwanConfiguration: VwanConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Egress nat IP to use

Link copied to clipboard

Enable egress NAT, enabled by default

Link copied to clipboard

vnet or vwan, cannot be updated

Link copied to clipboard

Array of ipv4 destination address for which source NAT is to be performed

Link copied to clipboard

List of IPs associated with the Firewall

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

Non-RFC 1918 address

Link copied to clipboard

Vnet configurations

Link copied to clipboard

Vwan configurations