VirtualNetworkGatewayNatRuleProperties interface
VirtualNetworkGatewayNatRule 的参数。
属性
| external |
NAT 的专用 IP 地址外部映射。 |
| internal |
NAT 的专用 IP 地址内部映射。 |
| ip |
此 NAT 规则适用的 IP 配置 ID。 |
| mode | VPN NAT 的源 NAT 方向。 |
| type | VPN NAT 的 NAT 规则的类型。 |
属性详细信息
externalMappings
internalMappings
ipConfigurationId
此 NAT 规则适用的 IP 配置 ID。
ipConfigurationId?: string
属性值
string
mode
VPN NAT 的源 NAT 方向。
mode?: "EgressSnat" | "IngressSnat"
属性值
"EgressSnat" | "IngressSnat"
type
VPN NAT 的 NAT 规则的类型。
type?: "Static" | "Dynamic"
属性值
"Static" | "Dynamic"