Share via


VirtualNetworkGatewayNatRuleProperties interface

Parameters for VirtualNetworkGatewayNatRule.

Properties

externalMappings

The private IP address external mapping for NAT.

internalMappings

The private IP address internal mapping for NAT.

ipConfigurationId

The IP Configuration ID this NAT rule applies to.

mode

The Source NAT direction of a VPN NAT.

type

The type of NAT rule for VPN NAT.

Property Details

externalMappings

The private IP address external mapping for NAT.

externalMappings?: VpnNatRuleMapping[]

Property Value

internalMappings

The private IP address internal mapping for NAT.

internalMappings?: VpnNatRuleMapping[]

Property Value

ipConfigurationId

The IP Configuration ID this NAT rule applies to.

ipConfigurationId?: string

Property Value

string

mode

The Source NAT direction of a VPN NAT.

mode?: "EgressSnat" | "IngressSnat"

Property Value

"EgressSnat" | "IngressSnat"

type

The type of NAT rule for VPN NAT.

type?: "Static" | "Dynamic"

Property Value

"Static" | "Dynamic"