VirtualNetworkGatewayNatRulePropertiesOutput interface
Parameters for VirtualNetworkGatewayNatRule.
Properties
| external |
The private IP address external mapping for NAT. |
| internal |
The private IP address internal mapping for NAT. |
| ip |
The IP Configuration ID this NAT rule applies to. |
| mode | The Source NAT direction of a VPN NAT. |
| provisioning |
The provisioning state of the NAT Rule resource. |
| type | The type of NAT rule for VPN NAT. |
Property Details
externalMappings
The private IP address external mapping for NAT.
externalMappings?: VpnNatRuleMappingOutput[]
Property Value
internalMappings
The private IP address internal mapping for NAT.
internalMappings?: VpnNatRuleMappingOutput[]
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"
provisioningState
The provisioning state of the NAT Rule resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
type
The type of NAT rule for VPN NAT.
type?: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"