VirtualNetworkGatewayNatRulePropertiesOutput interface
VirtualNetworkGatewayNatRule 的參數。
屬性
| external |
NAT 的私人IP位址外部對應。 |
| internal |
NAT 的私人IP位址內部對應。 |
| ip |
此 NAT 規則適用的IP組態標識碼。 |
| mode | VPN NAT 的來源 NAT 方向。 |
| provisioning |
NAT 規則資源的布建狀態。 |
| type | VPN NAT 的 NAT 規則類型。 |
屬性詳細資料
externalMappings
internalMappings
ipConfigurationId
此 NAT 規則適用的IP組態標識碼。
ipConfigurationId?: string
屬性值
string
mode
VPN NAT 的來源 NAT 方向。
mode?: "EgressSnat" | "IngressSnat"
屬性值
"EgressSnat" | "IngressSnat"
provisioningState
NAT 規則資源的布建狀態。
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
屬性值
"Succeeded" | "Updating" | "Deleting" | "Failed"
type
VPN NAT 的 NAT 規則類型。
type?: "Static" | "Dynamic"
屬性值
"Static" | "Dynamic"