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"